nitc :: ASTBuilder :: make_block
# Make a new, empty, sequence of statements fun make_block: ABlockExpr do return new ABlockExpr.make end