DoWhileNode.condition

the condition for this do-while statement

struct DoWhileNode
CodeNode condition;

Meta