Box <xpos> <ypos> <width>
<height> <frame> <intensity> Position <xorigin>
<yorigin> <window> <page>
Size <width> <height> <window> <page> |
The BOX command draws a box
as per the specifications. The x y co-ordinates are for the upper left
corner relative to the values in the position command.
POSITION command is used to set the x y co-ordinates with
respect to the start position of the window.
SIZE command is used to specify the size of the box
that we need to draw.
Varying these parameters also helps to draw a line
instead of a box. |
IF �.. END IF |
This allows the conditional
printing of the text on the output document. The various conditional
operators that can be used are as follows = EQ
Equal to
< LT Less than
>> GT Greater than
<= LE Less than or equal to
>= GE greater than or equal to
<> NE not equal to
The logical operators that can be used are as follows
NOT, AND, OR |