Function: COMMON-LISP:SET-SYNTAX-FROM-CHAR¶
Causes the syntax of TO-CHAR to be the same as FROM-CHAR in the optional readtable (defaults to the current readtable). The FROM-TABLE defaults to the standard Lisp readtable when NIL.
Lambda list¶
(sb-impl::to-char sb-impl::from-char &optional sb-impl::to-readtable
sb-impl::from-readtable)