Skip to main content
Version: Next

put_byte/2

Description

put_byte/2 is a predicate that writes a byte to a stream.

Signature

put_byte(+Stream, +Byte)

Where:

  • Stream is the stream to write to.
  • Byte is the byte to write (0-255).