Mixin: Code_Bool

Eleven~ Code_Bool

Methods to generate code for Boolean expressions; all return the next code address. Adds IfTrue, IfFalse, and Not to super.Instructions.

Source:

Members


Instructions

[Override] Add IfTrue, IfFalse, and Not.

Source:

Methods


and()

[ 'and' a b ]

Source:

bool()

[ 'bool' value ]

Source:

not()

[ 'not' b ]

Source:

or()

[ 'or' a b ]

Source: