OperatorNode.operands

operands. [0] = left, [1] = right

struct OperatorNode
CodeNode[] operands;

Meta