
nl

   A newline is printed on the output stream.

Arguments

Type
   Character I/O

Description
	Used to print a newline sequence on the current output stream.
	The exact character sequence emitted depends on the setting of
	the stream's end_of_line flag (lf or crlf).
	In addition, if the stream's flush flag is set to
	end_of_line, the stream is also flushed.


Modes and Determinism
   nl is det

See Also
   nl / 1, writeln / 1
