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
byte
to the given binary outputport
and returns an unspecified value.
The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.