The initial value, if any

Property definitions

nitc $ AVardeclExpr :: n_expr=
	# The initial value, if any
	var n_expr: nullable AExpr = null is writable
src/parser/parser_nodes.nit:1875,2--1876,46

nitc :: parser_prod $ AVardeclExpr :: n_expr=
	redef fun n_expr=(node)
	do
		_n_expr = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:2718,2--2722,4