if-then-else Keywords
The if keyword of an if-then-else rule introduces conditions to be met; the then keyword defines actions to be taken if the conditions are true; the else keyword defines actions to be taken if the conditions are not true.
Typically, the if-then-else construct is only used when nested within the action statements of a rule.