2 lines
66 B
Text
2 lines
66 B
Text
(defun my-func()
|
|
(: io format '"I get called with NOTHING!~n"))
|
(defun my-func()
|
|
(: io format '"I get called with NOTHING!~n"))
|