RosettaCodeData/Task/Character-codes/LFE/character-codes-2.lfe

7 lines
79 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
> (: io format '"~w~n" '"a")
97
ok
> (: io format '"~p~n" (list '(97)))
"a"
ok