Sign in
code
/
git
/
refs/heads/next
/
.
/
t
/
t4018
/
scheme-lisp-defun-a
blob: c3c750f76d7b07172c2d002159a6366c7fe47e58 [
file
] [
edit
]
(
defun some
-
func
(
x y z
)
RIGHT
(
let
((
a x
)
(
b y
))
(
ChangeMe
a b
)))