PickBASIC / FlashBASIC

>< relational operator

.md

The >< relational operator is the not equal operator.

Synonymsne#<>

Example(s)

Not equal to (1 = true)

print (3 >< 4)   ;* 1

See also