The ... symbol to indicate varargs

Property definitions

nitc $ AParam :: n_dotdotdot
	# The `...` symbol to indicate varargs
	var n_dotdotdot: nullable TDotdotdot = null is writable
src/parser/parser_nodes.nit:1806,2--1807,56