Skip to content
GitLab
Explore
Sign in
Commits on Source (2)
explain a slightly confusing form
· e8ac6e10
Juergen Nickelsen
authored
Jul 19, 2018
modified: some.l
e8ac6e10
Merge branch 'master' of
https://git.w21.org/lisp/pyle
· 2746bb85
Juergen Nickelsen
authored
Sep 13, 2018
2746bb85
Show whitespace changes
Inline
Side-by-side
some.l
View file @
2746bb85
...
...
@@ -82,6 +82,8 @@ lc
(princ "\n")
(print (unwind-protect
;; this is supposed to throw an error, so we can see if the
;; cleanup-form is indeed evaluated
(car)
(print "cleanup-form\n\n")))
...
...