PS TEXT FORMAT Reference Manual
Introduction to TFORM
11387 Tandem Computers Incorporated 3–95
You can also use a LOOP construct to create several boxes side by side on
the text page. The tops and bottoms of the boxes are simply text lines, but
the sides (you define the depth of the boxes) are in a short LOOP construct
=========== ==================== ===========
\assign box_depth 5
\loop \(box_depth\)
= = = = = =
\endloop
=========== ==================== ===========
2
1
2
1
ASSIGN command stores value of 5 in variable box-depth.
2
TFORM prints = 5 times to make the box's sides.
The boxes print like this
=========== ==================== ===========
= = = = = =
= = = = = =
= = = = = =
= = = = = =
= = = = = =
=========== ==================== ===========