1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 15:51:20 +00:00
QB64-PE/internal/help/_DELAY.txt
2021-04-25 19:40:25 -03:00

25 lines
497 B
Plaintext

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