The initial value, if any (set with do return)

Property definitions

nitc $ AAttrPropdef :: n_block=
	# The initial value, if any (set with `do return`)
	var n_block: nullable AExpr = null is writable
src/parser/parser_nodes.nit:1392,2--1393,47

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