Logic Nodes
Logic nodes make use of boolean values, represented by numbers with value 1 (true), and 0 (false). These nodes can be used to output different numbers based on a boolean value.
Greater Than
Less Than
Is Equal
Spigot
AND Gate
Has two comparator inputs. If both comparator inputs are true, this node outputs true. Otherwise, it outputs false
OR Gate
Has two comparator inputs. If one or more comparator inputs are true, this node outputs the true. Otherwise, it outputs false.
NOT Gate
Has one comparator input. If the comparator input is 0, this node outputs true. Otherwise, it outputs false.