brandonlilly / lantern

A high level staredit trigger compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TrueClass and FalseClass conditions

brandonlilly opened this issue · comments

For convenience, true and false can resolve to [] and never respectively.

E.g.
_if( false & blue ) => _if( never & blue )
_if( true | blue ) => _if( [] | blue )