IfNode.hasElse

stores whether this if has an else statement too

struct IfNode
bool hasElse;

Meta