6 lines
79 B
Text
6 lines
79 B
Text
> (: io format '"~w~n" '"a")
|
|
97
|
|
ok
|
|
> (: io format '"~p~n" (list '(97)))
|
|
"a"
|
|
ok
|