11.3.165 put_byte/[1,2] [ISO]

Synopsis

put_byte(+Byte)

put_byte(+Stream, +Byte)

Writes the byte Byte to Stream.

Arguments

Stream
stream_object, must be ground

A valid output binary stream, defaults to the current output stream.

Byte
byte, must be nonvar

Exceptions

Stream errors (see ref-iou-sfh-est), plus:

instantiation_error
type_error
Byte is not a byte.
permission_error
There is an error in the bottom layer of write function of the stream.

See Also

ref-iou-cou.


Send feedback on this subject.