Platform |
x64, Win32 |
Purpose |
To suspend program execution for a specified time interval. |
Syntax |
SUBROUTINE SLEEP@(TIME)
|
Description |
The time is given in seconds and is accurate to within one tick (18.2 ticks per second). |
Note |
SLEEP@ continues to use the CPU. To release the CPU, use SLEEP1@ instead. SLEEP1@ has the same argument as SLEEP@. |