3 lines
53 B
Text
3 lines
53 B
Text
|
|
(string-to-char "a") ;=> 97
|
||
|
|
(format "%c" 97) ;=> "a"
|