Operators

Unary operatros
Binary operatros
Note that Boomla does not have a greater than (>) and greater than or equal (>=) operator. Use the less than (<) and less than or equal (<=) operators instead. They simplify reading code by always having the smaller value on the left.