PickBASIC / FlashBASIC

<> relational operator

.md

The <> relational operator represents a not equal to operator.

Synonymsne#><

Example(s)

Not equal to (0 = false here, since 3 = 3)

print (3 <> 3)   ;* 0

See also