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

Predicate that takes character's ASCII code and outputs the character

    ?- put(X).

Keywords: ASCII, characters, output, i/o

X must be an integer. It is taken as the ASCII code for a character, and
that character is output through the current output stream.

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

PLOGHELP * I_O
 Overview of input/output operations in Prolog

PLOGHELP * TTYPUT
 Predicate that character's ASCII code outputs character to terminal

PLOGHELP * NAME
 Predicate which returns a list of the character codes making up an atom

HELP * ASCII
 Table of ascii codes and their associated characters
