Skip to main content
Version: v15.0.0

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