5 lines
107 B
Plaintext
5 lines
107 B
Plaintext
(defun myFun []
|
|
(deflocal something 5)
|
|
)
|
|
|
|
// This comment used to cause a hard-to-track-down error! |