If

Syntax

if/3: if/then/else

if[condition; consequence; alternative]

Example

if[number; echo["Zero"]; echo["Not zero"]]