Next:
panic
Up:
System utility functions
Previous:
with
Contents
pause
The function
pause
will suspend the execution of current program until a key input is read.
pause(mesg)
prints a mesg (a character string) and wait until the user presses a key.
oz 2009-12-22