TGAL Manual

OUT Command
TGAL Commands
2–46 060865 Tandem Computers Incorporated
Examples
These examples show the two ways in which you can use the OUT command.
1. You can use just page numbers with the OUT command. When using only
numbers, you really are specifying an ordinal number (first, second, third).
\OUT 3/17 prints the third page through the seventeenth page
\OUT 3 prints the third page through the last page
\OUT 6/6 prints the sixth page only
2. You can also give the section name that you defined with the SECT command and
the page number. When you use a section name and number, you are specifying a
cardinal number (one, two, three). This command line results in the printing of
page two of the preface through page three of section two.
\OUT "PREFACE " 2/ "SECTION TWO " 3
This command line produces page five of section two through the last page of the
document.
\OUT "SECTION TWO " 5