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

« back to all changes in this revision

Viewing changes to prim/help/goto.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
% @(#)goto.mlq  19.1 (ESO-IPG) 02/25/03 14:03:23
 
2
\rightpage
 
3
\noqualifier
 
4
\se
 
5
SECTION./
 
6
\es\co
 
7
GOTO                                                    15-JAN-1987  KB
 
8
\oc\su
 
9
GOTO label
 
10
        branch to command line containing label:
 
11
\us\pu
 
12
Purpose: 
 
13
          Branch to command line containing the "label" of the GOTO command.
 
14
\up\sy
 
15
Syntax: 
 
16
          GOTO label
 
17
\ys\pa
 
18
          label = a character string
 
19
\ap\sa
 
20
See also:
 
21
          Chapter 3 of MIDAS Users Guide, volume A
 
22
\as\no
 
23
Note:
 
24
          The label itself may be any string (max. 20 characters), the
 
25
          first character must be a letter and the last character must be
 
26
          the colon (:) - next command has to be on the next line.
 
27
\on\exs
 
28
Examples:
 
29
\ex
 
30
{\tt
 
31
          GOTO CHULO\\
 
32
          ...\\
 
33
          CHULO:\\
 
34
          LOAD/IMA mariposa
 
35
}
 
36
            Jump to the line in the procedure containing the char. string
 
37
            "CHULO:" and execute the next command, i.e. the LOAD/IMA command.
 
38
\xe \sxe