RosettaCodeData/Task/Copy-a-string/LFE/copy-a-string-1.lfe
2023-07-01 13:44:08 -04:00

3 lines
98 B
Text

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