The character that ends a record (end of line).

Property definitions

csv $ CsvStream :: eol=
	# The character that ends a record (end of line).
	var eol = "\n" is writable
lib/csv/csv.nit:112,2--113,27