Sleep: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
No edit summary
Line 14: Line 14:


[[Category:Language Reference]]
[[Category:Language Reference]]
[[Category:Miscellaneous]]

Revision as of 20:00, 14 September 2012

Sleep milliseconds

Description

Sleep pauses execution of the program for a period of time equal to milliseconds. The program does not yield the event loop: execution will continue on the next statement.

Example

Rem Sleep Example
'Pause execution for 5 seconds
Sleep 5000