1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-01 09:10:37 +00:00
qb64/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}}