WhileNode.condition

the condition for this while statement

struct WhileNode
CodeNode condition;

Meta