PLOGHELP TTYPUT Jonathan Laventhol, Thursday 22nd March 1984 Revised by Kathryn Seifert October 1986 Takes ASCII code for a character and prints character to the terminal. ?- ttyput(X). Keywords: ASCII, characters, output, i/o, terminal X must be an integer. It is taken as the ASCII code for a character, and that character is output to the terminal. -- RELATED DOCUMENTATION ---------------------------------------------- PLOGHELP * PUT Predicate that takes character's ASCII code and outputs the character PLOGHELP * I_O Overview of input/output operations in Prolog HELP * ASCII Table of ascii codes and their associated characters