IF statement v15

IF statements let you execute commands based on certain conditions. SPL has four forms of IF:

  • IF ... THEN
  • IF ... THEN ... ELSE
  • IF ... THEN ... ELSE IF
  • IF ... THEN ... ELSIF ... THEN ... ELSE

if_then if_then_else if_then_else_if if_then_elseif_else