BlockNode.statements

an array of statements that make this block

struct BlockNode
StatementNode[] statements;

Meta