IF Statement v13
IF statements let you execute commands based on certain conditions. SPL has four forms of IF:
IF ... THENIF ... THEN ... ELSEIF ... THEN ... ELSE IFIF ... THEN ... ELSIF ... THEN ... ELSE
if_then if_then_else if_then_else_if if_then_elseif_else