Skip to content

Not Equals Meta Expression

IsaacShelton edited this page Mar 21, 2022 · 1 revision

!= Meta Expression

Gets whether two transcendent values are not equal. Results in a value of either true or false.

name != "John"

This table shows what type is used to compare the two transcendent values

(A != B) A = Integer Value A = Floating Point Value A = String Value
B = Integer Value Integer Floating Point Integer
B = Floating Point Value Floating Point Floating Point Floating Point
B = String Value Integer Floating Point String

See meta expressions for more meta expressions

Clone this wiki locally