PickBASIC / FlashBASIC

ne relational operator

.md

The ne relational operator represents a not equal to condition within relational expressions.

Synonyms#><<>

Syntax

exp ne exp

Example(s)

if ans ne "y" then print "Not equal to Yes" else print "Yes"

See also