core/symbol
(string->symbol x)
Defined at lib/core/symbol.lisp:12:2
Convert the string X
to a symbol.
(sym.. &xs)
Defined at lib/core/symbol.lisp:16:2
Concatenate all the symbols in XS
.
(symbol->string x)
Defined at lib/core/symbol.lisp:6:2
Convert the symbol X
to a string.