write-char
-- r7rs
Definition procedure
;
write-char
(from vonuvoli
);Procedure variants:
((character) -> (undefined))
((character textual-output-port-open) -> (undefined))
character
;textual-output-port-open
;undefined
;scheme:base
-- (scheme base)
;scheme
-- (scheme)
;(write-char char) (write-char char port)
Writes the character
char
(not an external representation of the character) to the given textual outputport
and returns an unspecified value.
The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.