The ! logical operator indicates an or operation in a logical expression.
Syntax
logical.exp ! logical.exp |
Synonym(s)
or |
Example(s)
This illustrates the ! as an or operator.
if x < 0 ! x > 10 then... |
See Also
* Arithmetic Operator, if Statement, ifr Statement, Logical Expressions, or Logical Operator, Relational Operators, rem Statement, Reserved Characters