3 lines
98 B
Text
3 lines
98 B
Text
(let* ((a '"data assigned to a")
|
|
(b a))
|
|
(: io format '"Contents of 'b': ~s~n" (list b)))
|