IF condition -> if condition is true... ELSEIF condition2 -> else if condition2 is true... ELSE -> if all other conditions are not true... ENDIF