next up previous contents index
Next: Compound Statements Up: Statements Previous: Statements

Assignment Statements

 

Table 6 shows the ZPL assignment statements. The right hand side of an assignment statement is evaluated before it is assigned to the left hand side. The operator-assignment statements, such as A += B, are shorthand for A := A + B;

   table668
Table 6: Assignment Statements in ZPL.



Kay Nettle
Fri Feb 21 21:14:29 CST 1997