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

Block AST node.

Structs

Block

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