The name of the local variable

Property definitions

nitc $ AVardeclExpr :: n_id=
	# The name of the local variable
	var n_id: TId is writable, noinit
src/parser/parser_nodes.nit:1866,2--1867,34

nitc :: parser_prod $ AVardeclExpr :: n_id=
	redef fun n_id=(node)
	do
		_n_id = node
		node.parent = self
	end
src/parser/parser_prod.nit:2703,2--2707,4