~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to prim/help/continclea.mlq

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
% @(#)continclea.mlq    19.1 (ESO-IPG) 02/25/03 14:03:05
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1990 European Southern Observatory
 
4
%.IDENT      continclea.mlq
 
5
%.AUTHOR     KB, IPG/ESO
 
6
%.KEYWORDS   MIDAS, help files, CONTINUE
 
7
%.PURPOSE    On-line help file for the Midas language command: CONTINUE/CLEAR
 
8
%.VERSION    1.0  09-DEC-1994 : Creation, KB
 
9
%----------------------------------------------------------------
 
10
\noparameters
 
11
\se
 
12
SECTION./CLEA
 
13
\es\co
 
14
CONTINUE                                                09-DEC-1994  KB
 
15
\oc\su
 
16
CONTINUE/CLEAR
 
17
        stop a `paused' Midas procedure 
 
18
\us\pu
 
19
Purpose: 
 
20
          Stop a `paused' Midas procedure and clear the internal PAUSE
 
21
          structures, i.e. now you can execute another procedure containing
 
22
          a PAUSE command.
 
23
\up\sy
 
24
Syntax:
 
25
          CONTINUE/CLEAR
 
26
\ys\sa
 
27
See also:
 
28
          CONTINUE, PAUSE
 
29
\as\no
 
30
Note:   
 
31
          Since only one procedure can be in `paused' state at a time,
 
32
          you have to either resume execution of that procedure or stop it
 
33
          before another procedure can execute a PAUSE command.
 
34
\on\exs
 
35
Examples:
 
36
\ex
 
37
          CONTINUE/CLEAR
 
38
           Clear the `paused' state of the procedure which had stopped after
 
39
           a PAUSE command in its code, do NOT continue the execution of that
 
40
           procedure.
 
41
\xe \sxe