% @(#)pause.mlc 17.1.1.1 (ESO-IPG) 01/25/02 17:43:48 \noqualifier \noparameters \se SECTION./ \es\co PAUSE 09-DEC-1994 KB \oc\su %PAUSE % interrupt current Midas procedure and return to interactive level \us\pu Purpose: Interrupt current Midas procedure and return to interactive level. \up\sy Syntax: PAUSE \ys\sa See also: CONTINUE \\ Chapter 3 of MIDAS Users Guide, volume A \as\no Note: After the procedure has been interrupted you can execute any other Midas command. \\ To continue again with the paused procedure, enter CONTINUE. \\ Only one procedure can be in a `paused' state, i.e. after a procedure is stopped with a PAUSE command, you cannot execute another Midas procedure which also contains a PAUSE command. \on\exs Examples: \ex xyz...\\ PAUSE\\ abc...\\ \\ The procedure will stop after execution of the command `xyz...' and return to the interactive level. \\ The procedure will continue execution at line `abc...' when entering the command CONTINUE. \xe \sxe