pub fn lower_statement(
    ctx: &mut LoweringContext<'_>,
    scope: &mut BlockBuilder,
    stmt: &Statement
) -> Result<(), LoweringFlowError>
Expand description

Lowers a semantic statement.