13
ZPL In Detail ...
•ZPL has the usual stuff
–Datatypes:  boolean, float, double, quad, complex, signed and unsigned integers: byte, ubyte, integer, uinteger, char, …
–Operators:
•Unary: +, -, !
•Binary: +, -, *, /, ^, %, &, |
•Relational: <, <=, =, !=, >=, >=
•Bit Operations: bnot(), band(), bor(), bxor(), bsl(), bsr()
•Assignments: :=, +=, -=, *=, /=, %=, &=, |=
–Control Structures: if-then-[elseif]-else, repeat-until, while-do, for-do, exit, return, continue, halt, begin-end