Versions Compared

Key

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

...

If statement, Loop statement, MATCHES operator

Example

 

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

...