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

23 lines
480 B
Plaintext
Raw Normal View History

2016-03-18 11:36:04 +00:00
{{DISPLAYTITLE:_DELAY}}
The [[_DELAY]] statement suspends program execution for a [[SINGLE]] value of seconds.
{{PageSyntax}}
2017-10-10 14:55:21 +00:00
:[[_DELAY]] {{Parameter|seconds!}}
2021-04-25 22:40:25 +00:00
{{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)]]
2019-04-15 01:15:33 +00:00
{{PageNavigation}}
<