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
2019-04-14 22:15:33 -03:00

22 lines
478 B
Plaintext

{{DISPLAYTITLE:_DELAY}}
The [[_DELAY]] statement suspends program execution for a [[SINGLE]] value of seconds.
{{PageSyntax}}
:[[_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}}
* [[_LIMIT]]
* [[TIMER]]
* [[ON TIMER(n)]]
{{PageNavigation}}