% @(#)continclea.mlq 17.1.1.1 (ESO-IPG) 01/25/02 17:43:23 %++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %.COPYRIGHT (c) 1990 European Southern Observatory %.IDENT continclea.mlq %.AUTHOR KB, IPG/ESO %.KEYWORDS MIDAS, help files, CONTINUE %.PURPOSE On-line help file for the Midas language command: CONTINUE/CLEAR %.VERSION 1.0 09-DEC-1994 : Creation, KB %---------------------------------------------------------------- \noparameters \se SECTION./CLEA \es\co CONTINUE 09-DEC-1994 KB \oc\su CONTINUE/CLEAR stop a `paused' Midas procedure \us\pu Purpose: Stop a `paused' Midas procedure and clear the internal PAUSE structures, i.e. now you can execute another procedure containing a PAUSE command. \up\sy Syntax: CONTINUE/CLEAR \ys\sa See also: CONTINUE, PAUSE \as\no Note: Since only one procedure can be in `paused' state at a time, you have to either resume execution of that procedure or stop it before another procedure can execute a PAUSE command. \on\exs Examples: \ex CONTINUE/CLEAR Clear the `paused' state of the procedure which had stopped after a PAUSE command in its code, do NOT continue the execution of that procedure. \xe \sxe