the following table in their


With higher precedence are listed first:        Operators       Type of Operation       Type Restrictions                                                                       *  /            Multiplicative          Integers                                        +  -            Additive        integers        Strings (+ only)                                < > <= >=       Relational              Integers                == !=           Equality                        Integers, strings, booleans     and             Logical AND             Booleans                                        or              Logical OR              Booleans                                 Examples:  count = 3 + 5 * 40 transmit "Hello" + " there" delay 24 / (7 - 1)  6.0   Comments  All text on a line following a semicolon is ignored.  Examples:  ; this is a comment  transmit "hello"           ; transmit the string "hello"  7.0   Keywords  Keywords specify the structure of the script. Unlike commands, they do not perform an action.

CMDL32.EXE



Other Mailing lists | Author Index | Date Index | Subject Index | Thread Index