IfNode

fun IfNode(condition: Expr, thenBranch: Node, elseBranch: Node?, section: Section? = null)