|
D.2.5.9 pause
Procedure from library inout.lib (see inout_lib).
- Usage:
- pause([ prompt ]) prompt string
- Return:
- none
- Purpose:
- interrupt the execution of commands, displays prompt or pause
and waits for user input
- Note:
- pause is useful in procedures in connection with printlevel to
interrupt the computation and to display intermediate results.
Example:
See also:
printlevel;
read.
|