The LazyBoy Library Manual - Delay

Part of the CRT group.

%imacro Delay 1
Prefers: AX

Simple pause program execution for a approximate number of Milliseconds. While paused, the program will use the Idle macro to perform any background tasks.

Example:

    Delay 1000      ; wait about a second

See also: CursorUpdate and Idle.