PLOGHELP TTYNL              Jonathan Laventhol, Thursday 22nd March 1984
                                Revised by Kathryn Seifert  October 1986

Predicate which prints a newline on the terminal

    ?- ttynl.

Keywords: output, newline, i/o, terminal, flush

A newline is printed on the terminal.  The output buffer is flushed.

-- RELATED DOCUMENTATION ----------------------------------------------

PLOGHELP * I_O
 Overview of input/output operations in Prolog

PLOGHELP * TTYFLUSH
 Predicate which flushes the output buffer to the terminal.

PLOGHELP * NL
 Predicate which causes a newline to be printed in the current output.
