interrupts a program for a number of seconds.
Delay a
a:aexp
Delay a interrupts a program for 'a' seconds.
OpenW 1
Print "This window will stay open for 5 seconds only"
Delay 5
CloseW 1
In contrast to Pause (dependent on the operating system) the time specified with Delay is portable. Delay uses the system clock.
{Created by Sjouke Hamstra; Last updated: 28/09/2014 by James Gaite}