The list of statements in the bloc.

The last element is often considered as an expression that give the value of the whole block.

Property definitions

nitc $ ABlockExpr :: n_expr
	# The list of statements in the bloc.
	# The last element is often considered as an expression that give the value of the whole block.
	var n_expr = new ANodes[AExpr](self)
src/parser/parser_nodes.nit:1851,2--1853,37