! logical operator

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...