if/3: if/then/else
if[condition; consequence; alternative]
if[number; echo["Zero"]; echo["Not zero"]]