## Function: COMMON-LISP:SET-SYNTAX-FROM-CHAR [![package](https://img.shields.io/badge/Package-COMMON--LISP-5f9ea0.svg?style=social&colorA=999999)](../) [![type](https://img.shields.io/badge/Type-Function-5f9ea0.svg?style=social&colorA=999999)](../#function) [![clhs](https://img.shields.io/badge/CLHS-SET--SYNTAX--FROM--CHAR-5f9ea0.svg?style=social&colorA=999999)](http://www.lispworks.com/documentation/HyperSpec/Body/f_set_sy.htm) [![github](https://img.shields.io/badge/GitHub-View_the_source-5f9ea0.svg?style=social&colorA=999999&logo=github)](https://github.com/sbcl/sbcl/blob/master/src/code/reader.lisp/) > 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 ```cl (sb-impl::to-char sb-impl::from-char &optional sb-impl::to-readtable sb-impl::from-readtable) ```