1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00
Simba/Doc/sphinx/features/notwellknown.rst
2011-07-18 12:20:47 +02:00

22 lines
374 B
ReStructuredText

Not Well Known Features
=======================
..
TODO
Simba has several features that are relatively unknown.
A few will be listed here.
Timestamped Writeln
-------------------
Simba can timestamp all your debug.
.. code-block:: pascal
SetScriptProp(SP_WriteTimeStamp, [True]);
WriteLn('Before the wait');
Wait(1000);
Writeln('After the wait');