1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 18:11:20 +00:00
QB64-PE/internal/help/_DELAY.txt

20 lines
470 B
Plaintext
Raw Normal View History

The {{KW|_DELAY}} statement suspends program execution for a {{KW|SINGLE}} value of seconds.
{{PageSyntax}}
:{{KW|_DELAY}} {{Parameter|seconds!}}
{{PageDescription}}
* {{Parameter|seconds!}} is the time to wait, accurate to nearest millisecond(.001).
* While waiting, cpu cycles are relinquished to other applications.
* Delays are not affected by midnight timer corrections.
{{PageSeeAlso}}
* {{KW|_LIMIT}}
* {{KW|TIMER}}
* {{KW|ON TIMER(n)}}
{{PageNavigation}}