Oxygen

else
ACTION: starts the alternative block where none of the prior conditions are met
USE: conditional execution
EXAMPLE:
if a>b then print a else print b 

RELATED: conditionals if elseif endif