TGAL Manual
SEQ Command
TGAL Commands
060865 Tandem Computers Incorporated 2–61
Example
This example shows part of a program. On the first “page” of the example, the SEQ
command numbers all the lines in the program. The next “page” of the example
annotates the program by referring to these line numbers. The illustration that
follows shows the formatted copy.
\NEW;SEQ ON
PROCEDURE DIVISION.
A-MAIN.
.
.
.
TURN TEMP ATTENTION IN ERROR-MSG OF EXAMPLE SCREEN.
\NEW;SEQ OFF
Line 3
This line displays the screen and the initial values, FILL
characters, and default values.
.
.
.