Versions Compared

Key

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

...

Expressions are a means of dynamically calculating values for variables. Note that the names of variables are case-sensitive.

Examples:

  • true
  • 1
  • "'some string"'
  • $variable
  • $returnCode <= 3
  • $number + 1

...