6 lines
56 B
Text
6 lines
56 B
Text
[1] (INTEGER->CHAR 97)
|
|
|
|
#\a
|
|
[2] (CHAR->INTEGER #\a)
|
|
|
|
97
|