Conditional Branching

if(cond, x, y) Returns x if cond is true (non-zero), y otherwise.

until(icond, x) Returns x until icond is negative.

Arguments:

Notes:

QuickSheet