Skip to main content
Version: v15.0.0

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.