write-char -- r7rs Definition
§

Kind
§

procedure;

Extended by
§

Procedure signature
§

Procedure variants:

Exports
§

Exports recursive
§

Description
§

(write-char char)
(write-char char port)

Writes the character char (not an external representation of the character) to the given textual output port and returns an unspecified value.


The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.

Referenced-types
§