PLOGHELP TTYGET0 Jonathan Laventhol, Thursday 22nd March 1984 Revised by Kathryn Seifert October 1986 Predicate which reads next character from the terminal. ?- ttyget0(X). Keywords: input, i/o, terminal Reads the next character X from the terminal. -- RELATED DOCUMENTATION ---------------------------------------------- PLOGHELP * GET Predicate; reads from current input and returns first printing character 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.