The name of the program as given by the OS

Property definitions

core :: abstract_text $ Sys :: program_name
	# The name of the program as given by the OS
	fun program_name: String
	do
		return native_argv(0).to_s
	end
lib/core/text/abstract_text.nit:2438,2--2442,4