4 lines
83 B
Text
4 lines
83 B
Text
(def (some-func x y z) RIGHT
|
|
(let ((a x)
|
|
(b y))
|
|
(ChangeMe a b)))
|