Versions Compared

Key

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

...

Variable

Type

Mandatory

Sub

Description

leftStringYesYes

The left operand. Note that it is acceptable to include variables that do
not exist on the left side (to test if a variable is set in an event).

No error
occurs if a variable does not exist and

Any error
during evaluation of the `left` is ignored even if it is run under debug
mode.

opENUMYesNoThe operation to execute. This can be one of the following: =, >, <, >=, <=,
=~, and !~. Note that the >, <, >=, and <= operations try to convert the
operands to numbers before executing the comparison, then = ~, and !~
are REGEX matches and the right side is considered the REGEX.
rightStringYesYesThe right operand.

...