put_char_2Version: NextOn this pageput_char/2 Description put_char/2 is a predicate that writes a character to a stream. Signature put_char(+Stream, +Char) Where: Stream is the stream to write to. Char is the character to write.