Skip to main content
Version: Next

put_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.