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

7 lines
79 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
> (: io format '"~w~n" '"a")
97
ok
> (: io format '"~p~n" (list '(97)))
"a"
ok