Next: iklib reader annotations, Previous: iklib reader bv, Up: iklib reader [Index]
The following syntaxes are available only when the input port mode is
set to vicare
.
Add new custom named characters to the internal table for the current reading operation. Each ?name must be a Scheme identifier starting with a ?constituent character as defined by R6RS; each ?char must be a Scheme character.
#!(char-names (lambda . #\x0EBB))
Reader syntax for standalone custom named characters. ?name must
be an identifier previously defined with the char-names
comment
list defined above.
#\{lambda} ⇒ #\xEBB
Reader syntax for custom named characters embedded in strings.
?name must be an identifier previously defined with the
char-names
comment list defined above.
"\{lambda}" ⇒ "\xEBB;"