ConditionalStmt

public struct ConditionalStmt : Stmt, LexicalScope

A conditional statement.

Unlike a ConditionalExpr, the branches of a conditional statement are represented by brace statements. Further, a conditional statement might not have a failure branch.