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

21 lines
482 B
Plaintext
Raw Normal View History

2016-03-18 11:36:04 +00:00
{{DISPLAYTITLE:_DELAY}}
The [[_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}}
2016-03-18 11:36:04 +00:00
* [[_LIMIT]]
* [[TIMER]]
* [[ON TIMER(n)]]
{{PageNavigation}}