The body of the loop

Property definitions

nitc $ AWithExpr :: n_block=
	# The body of the loop
	var n_block: nullable AExpr = null is writable
src/parser/parser_nodes.nit:2082,2--2083,47

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