<-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