14
ZPL Detail (continued)
•White space ignored
•All statements are terminated by semicolon (;)
•Comments are
•--                    to the end of the line
•/*   */         all text within pairs including newlines
•All variables must be declared using var
•Names are case sensitive
•Programs begin with
•program <name>;
• the procedure with <name> is the entry point