1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00
Simba/Doc/sphinx/features/notwellknown.rst
2010-12-08 01:02:42 +01:00

19 lines
361 B
ReStructuredText

Not Well Known Features
=======================
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');