string->symbol

[procedure] string->symbol string

R5RS, R6RS: Returns the symbol whose name is string.

In R5RS, this is the way to create a case-senstive named symbols, for read folds the case of literal symbols.

See also symbol->string.