typestring
type
string
procedure(stringp v) → boolean v : all
procedure(stringp v) → boolean
procedure
(stringp v) → boolean
> (stringp "The silver fox bounded through the forest.")t> (stringp "watermelon")t> (stringp 'watermelon)nil
t
nil