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

Predicate which prints a given number of spaces on the terminal.

    ?- ttytab(X).

Keywords: output, print, spaces, i/o, terminal


Prints X spaces on the terminal.  It evaluates its argument, so that you
can do

    ?- ttytab(3+4).

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

PLOGHELP * I_O
 Overview of input/output operations in Prolog

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

PLOGHELP * TAB
 Predicate which prints a given number of spaces in current output
