String->symbol

(string->symbol string) -> symbol

Returns a symbol based on the argument string.

Example:

>>(string->symbol "a")
:: a