Function: COMMON-LISP:READ-FROM-STRING¶
The characters of string are successively given to the lisp reader and the lisp object built by the reader is returned. Macro chars will take effect.
Lambda list¶
(string &optional sb-impl::eof-error-p sb-impl::eof-value &key sb-impl::start sb-impl::end
sb-impl::preserve-whitespace)