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

« back to all changes in this revision

Viewing changes to prim/help/contin.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
% @(#)contin.mlq        19.1 (ESO-IPG) 02/25/03 14:03:05
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1990 European Southern Observatory
 
4
%.IDENT      contin.mlq
 
5
%.AUTHOR     KB, IPG/ESO
 
6
%.KEYWORDS   MIDAS, help files, CONTINUE
 
7
%.PURPOSE    On-line help file for the Midas language command: CONTINUE
 
8
%.VERSION    1.0  09-DEC-1994 : Creation, KB
 
9
%----------------------------------------------------------------
 
10
\noqualifier
 
11
\noparameters
 
12
\se
 
13
SECTION./
 
14
\es\co
 
15
CONTINUE                                                09-DEC-1994  KB
 
16
\oc\su
 
17
CONTINUE
 
18
        continue `paused' Midas procedure
 
19
\us\pu
 
20
Purpose: 
 
21
          Continue the Midas procedure which has been previously interrupted
 
22
          via the PAUSE command.
 
23
\up\sy
 
24
Syntax:
 
25
          CONTINUE
 
26
\ys\sa
 
27
See also:
 
28
          CONTINUE/CLEAR, PAUSE
 
29
\as\no
 
30
Note:   
 
31
          None
 
32
\on\exs
 
33
Examples:
 
34
\ex
 
35
          CONTINUE
 
36
           Continue execution of the procedure which had stopped after
 
37
           executing a PAUSE command in its code.
 
38
\xe \sxe