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

3 lines
81 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(defun my-func(a b)
(: io format '"I got called with ~p and ~p~n" (list a b)))