Raw
1 (defun some-func (x y z) RIGHT
2 (let ((a x)
3 (b y))
4 (ChangeMe a b)))