DrawDelay - set drawing delaySYNOPSIS
DrawDelay exprDESCRIPTION
Set a delay for drawing. The program will pause for the given time (in milliseconds) after each redraw. This can be useful on machines without double buffering, to avoid too much flickering.
EXAMPLE
DrawDelay 100DATE
940325