nitc :: NaiveInterpreter :: arguments
arguments.first is the program name arguments[1] is the first argument
# The command line arguments of the interpreted program # arguments.first is the program name # arguments[1] is the first argument var arguments: Array[String]