RosettaCodeData/Task/Call-a-function/LFE/call-a-function-1.lfe
2023-07-01 13:44:08 -04:00

2 lines
66 B
Text

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