Control flow

Control flow is handled by if. If the first argument is true then the value of if is then otherwise it is else. For example [if true then:4 else:5] is 4.

The comparison functions < > = all return boolean values and can be used.