PickBASIC / FlashBASIC

# relational operator

.md

The # relational operator signifies not equal to.

Synonymsne<>><

Example(s)

Not equal to (1 = true)

print (3 # 4)   ;* 1

See also

Referenced by