Read the next useful line from file-name arguments

Property definitions

niti_runtime :: niti_runtime $ Sys :: read_next_line
	# Read the next useful line from file-name arguments
	private fun read_next_line
	do
		while stdin.eof do
			open_next_stream
		end
		self.line = stdin.read_line
	end
lib/niti_runtime/niti_runtime.nit:27,2--34,4