RosettaCodeData/Task/Call-a-function/LFE/call-a-function-1.lfe

3 lines
66 B
Plaintext

(defun my-func()
(: io format '"I get called with NOTHING!~n"))