1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 12:50:37 +00:00
QB64-PE/internal/help/_DELAY.txt
SteveMcNeill 33adc04fc4 Add temp folder to repo. It's necessary as well!
Just more initial setting on... nothing much to see here.
2022-04-28 13:39:56 -04:00

23 lines
480 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}}
<