Versions Compared

Key

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

Excerpt
hiddentrue

if(condition, trueExpression, falseExpression) Processed trueExpression if condition is true, falseExpression if condition is false.

Function: if()

Process an Expression (and return its value) depending on whether a condition evaluates to True or False.

...