Below is a BNF description of the constants of the Logix languages. ::= [] ::= ::= ::= ::= "" "" ::= '' '' ::= ::= ::= ::= a b ... z $ ::= A B ... Z _ ' ::= 0 1 ... 9 :: ::= + - ::= ::= ::= + - ::= ::= . . ::= ::= E e Notes: A is any single Ascii character, except for a single-quote (') within a or for a double-quote (") within a . When it is necessary to include a single-quote character within a , it can be represented by the digraph '' . Similarly for a double-quote character within a . The characters underscore (_) and single quote (') have been declared for convenience, since they may appear within or at the end of an . This document is licensed under Gnu General Public License - Version 3 http://www.nongnu.org/efcp/gnu-gpl3.html