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

3 lines
66 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(defun my-func()
(: io format '"I get called with NOTHING!~n"))