write-u8 -- r7rs Definition procedure;
Procedure variants:
((byte) -> (undefined))
((byte binary-output-port-open) -> (undefined))
byte;binary-output-port-open;undefined;scheme:base -- (scheme base);scheme -- (scheme);(write-u8 byte) (write-u8 byte port)Writes the
byteto the given binary outputportand returns an unspecified value.
The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.