The list of statements of the do.

Property definitions

nitc $ ADoExpr :: n_block=
	# The list of statements of the `do`.
	var n_block: nullable AExpr = null is writable
src/parser/parser_nodes.nit:1947,2--1948,47

nitc :: parser_prod $ ADoExpr :: n_block=
	redef fun n_block=(node)
	do
		_n_block = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:2987,2--2991,4