Choice, Case, Default

Selectively execute action(s) based on the value of an expression.

Syntax:

choice expression
  case <value_1>
     action(s)
  end
  case <value_2>
     action(s)
  end
  default
     action(s)
  end
end

Fields in the editor

Field (+Occ) / Variable
The field or variable to check.