The command line arguments of the interpreted program

arguments.first is the program name arguments[1] is the first argument

Property definitions

nitc $ NaiveInterpreter :: arguments=
	# The command line arguments of the interpreted program
	# arguments.first is the program name
	# arguments[1] is the first argument
	var arguments: Array[String]
src/interpreter/naive_interpreter.nit:66,2--69,29