Documentation Prolog Predicate Reference builtin put_char/1

put_char/1

Write character in current output stream.

Description

put_char( +character )

put_char(Char) writes Char in the current output stream, respecting the stream's encoding. If Char cannot be represented using said encoding, put_char will raise an exception.

Implementation