X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=resources%2Fgood.lisp;h=adb5e3797718e50a07ec79a6c1d168429c14583f;hb=52971da82a4de888ce44eedbc942ee480bc0306f;hp=bca3e8595a6243e004687924596eed7759abca99;hpb=659997d6add304dee5b24b2f496412f2e8e57c4d;p=wolf diff --git a/resources/good.lisp b/resources/good.lisp index bca3e85..adb5e37 100644 --- a/resources/good.lisp +++ b/resources/good.lisp @@ -5,7 +5,10 @@ (defun hello-world (a b c) (progn - (with-open-file (str "increasinglylongfilenamesfailme.dat" :direction :input :if-does-not-exist :create) - (when - (read-line str) - (format t "This file had some things in int, yay!~%"))))) + (let + ((x y) + (z 9)) + (with-open-file (str "increasinglylongfilenamesfailme.dat" :direction :input :if-does-not-exist :create) + (when + (read-line str) + (format t "This file had some things in int, yay!~%")))))