PLOGHELP GET                                  Chris Mellish, August 1982
                                Revised by Kathryn Seifert  October 1986

Predicate; reads from current input and returns first printing character

    ?- get(X).

Keywords: input, i/o, printing characters


Reads characters from the current input and returns  X,  the first
printing character.

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

PLOGHELP * I_O
 Overview of input/output operations in Prolog

PLOGHELP * GET0
 Predicate which reads characters from current input and returns first
 printing character.

PLOGHELP * TTYGET
 Predicate which reads characters from the terminal and returns first
 printing character.

PLOGHELP * TTYGET0
 Predicate which reads next character from the terminal.
