Module boa::syntax::ast::node::block[][src]

Expand description

Block AST node.

Structs

A block statement (or compound statement in other languages) is used to group zero or more statements.