Script File Numeric Constants |
Top Previous Next |
Numeric constants may be used in appropriate script commands or assigned to script variables. Numeric constants differ from alphanumeric constants in that the enclosing single or double quotation marks are optional. Examples of numeric constants are:
SETNUM x = 1 SETNUM y = "2" ;; same as y = 2 NATO 60
|