The <> relational operator represents a not equal to operator.
Not equal to (0 = false here, since 3 = 3)
print (3 <> 3) ;* 0