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

3 lines
66 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
(defun my-func()
(: io format '"I get called with NOTHING!~n"))