<-Back

Function: Read-Safe-String

read-safe-string lisp object

Reads an item from string, protecting against lisp evaluation with the `#.' reader macro. Throws an error if evaluation would have occured.

arguments:
string string

<-Back