Next: mpg-ref-put_code, Previous: mpg-ref-put_byte, Up: mpg-bpr [Contents][Index]
put_char/[1,2]
ISOput_char(+Char)
put_char(+Stream, +Char)
The char Char is written to Stream.
stream_object, must be ground
A valid output text stream, defaults to the current output stream.
char, must be nonvar
Stream errors (see ref-iou-sfh-est), plus:
type_error
Char is not a char
permission_error
There is an error in the bottom layer of write function of the stream.