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