Skip to main content

Module stmt

Module stmt 

Source
Expand description

Statement code generation.

Statements do not produce a value on the stack (they consume their results or have side effects like set).

Functionsยง

emit_stmt
Emit a single statement.
emit_stmts
Emit a slice of statements.