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