The = symbol (for the initial value)

Property definitions

nitc $ AVardeclExpr :: n_assign=
	# The `=` symbol (for the initial value)
	var n_assign: nullable TAssign = null is writable
src/parser/parser_nodes.nit:1872,2--1873,50

nitc :: parser_prod $ AVardeclExpr :: n_assign=
	redef fun n_assign=(node)
	do
		_n_assign = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:2713,2--2717,4