The arguments of the program as given by the OS

Property definitions

core :: abstract_text $ Sys :: args
# The arguments of the program as given by the OS
fun args: Sequence[String]
do
	return sys.program_args
end
lib/core/text/abstract_text.nit:2519,1--2523,3