Oxygen

if
ACTION: start a conditional block with a test
USE: conditional execution
EXAMPLE:
if a<b then a=b

RELATED: conditionals then else elseif endif while