This website requires JavaScript.
Explore
Register
Sign In
kernel
/
git
mirror of
https://git.kernel.org/pub/scm/git/git.git
Watch
1
Star
0
Fork
You've already forked git
0
Code
Releases
Activity
b79f7a3ad3
git
/
t
/
t4018
/
scheme-lisp-defun-b
5 lines
106 B
Plaintext
Raw
Blame
History
(macrolet ((foo (x) `(bar ,x)))
(defun mumble (x) ; RIGHT
(when (> x 0)
(foo x)))) ; ChangeMe
View Git Blame
Copy Permalink