Versions Compared

Key

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

...

  • Comparison operation.
  • Series of UDM commands that are carried out if the comparison operation evaluates to true.
  • end statement that indicates the end of the if statement.

For example:

Panel
if comparison
    ...
    UDM commands
    ...
end


If the comparison does not evaluate to true, UDM will pick up execution from the line after the end statement.

...