Sign in
code
/
git
/
refs/heads/seen
/
.
/
t
/
t4018
/
scheme-lisp-defun-b
blob: 21be305968bf6b7e551b1b4388f377107242c598 [
file
] [
edit
]
(
macrolet
((
foo
(
x
)
`(bar ,x)))
(defun mumble (x) ; RIGHT
(when (> x 0)
(foo x)))) ; ChangeMe