the following table in their
- Subject: [IGSROBIN] the following table in their
- From: h*
- Date: Sun, 27 May 2001 20:39:34 +0200
- Comments: RFC822 error: Incorrect or incomplete address field found and ignored.
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