Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All comparison operations result in a boolean value of either 1 (true) or 0 (false).

See also

If statement, Loop statement, MATCHES operator

Example

Code Block
if "hello" _NEC "HELLO" then
  Msg(@window, "There is something very wrong")
end

...