The ... symbol

Property definitions

nitc $ AVarargExpr :: n_dotdotdot=
	# The `...` symbol
	var n_dotdotdot: TDotdotdot is writable, noinit
src/parser/parser_nodes.nit:2783,2--2784,48

nitc :: parser_prod $ AVarargExpr :: n_dotdotdot=
	redef fun n_dotdotdot=(node)
	do
		_n_dotdotdot = node
		node.parent = self
	end
src/parser/parser_prod.nit:7342,2--7346,4