PickBASIC / FlashBASIC

! logical operator

.md

The ! logical operator indicates an or operation in a logical expression.

Synonymsor

Syntax

logical.exp ! logical.exp

Example(s)

This illustrates the ! as an or operator.

if x < 0 ! x > 10 then...

See also

Referenced by