_DELAY - mkilgore/QB64pe GitHub Wiki
The _DELAY statement suspends program execution for a SINGLE value of seconds.
- _DELAY seconds!
- 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.
Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page