Pathmaker Reference Manual

Macro Definition and Commands
Macro Language
3–10 067869 Tandem Computers Incorporated
Example
The following example shows how to iterate the construct #FILE-DATA-COLUMNS
through a number of lines until the data-col tag is encountered.
% ITERATE #FILE-DATA-COLUMNS THRU LINES UNTIL TAG data-col
.
.
.
% END-ITERATE data-col