3 lines
81 B
Text
3 lines
81 B
Text
|
|
(defun my-func(a b)
|
||
|
|
(: io format '"I got called with ~p and ~p~n" (list a b)))
|