RosettaCodeData/Task/Call-a-function/LFE/call-a-function-3.lfe
2016-12-05 23:44:36 +01:00

2 lines
81 B
Text

(defun my-func(a b)
(: io format '"I got called with ~p and ~p~n" (list a b)))