RosettaCodeData/Task/Copy-a-string/LFE/copy-a-string-1.lfe
2016-12-05 23:44:36 +01:00

3 lines
98 B
Text

(let* ((a '"data assigned to a")
(b a))
(: io format '"Contents of 'b': ~s~n" (list b)))