PLOGHELP NL                                  Robert Duncan, January 1988

Prints newlines on the current output stream.

    ?- nl(N).

This goal evaluates N and prints the corresponding number of newlines on
the current output. N should be an integer.

The goal

    ?- nl.

is equivalent to

    ?- nl(1).


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

PLOGHELP * I_O
    Overview of input/output operations in Prolog

PLOGHELP * PUT
    Prints an ASCII character on the current output stream

PLOGHELP * TAB
    Prints spaces on the current output stream

PLOGHELP * TTYNL
    Prints newlines on the terminal

--- C.all/plog/help/nl -------------------------------------------------
--- Copyright University of Sussex 1988. All rights reserved. ----------
