X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=wolf;a=blobdiff_plain;f=resources%2Fnewlineafteropenparens.lisp;fp=resources%2Fnewlineafteropenparens.lisp;h=749ffba20b3fb6cb3b8200bf2e8b66b827cf2b59;hp=0000000000000000000000000000000000000000;hb=52971da82a4de888ce44eedbc942ee480bc0306f;hpb=7b1e850e86136da3a24923fe457f76c835620d6d diff --git a/resources/newlineafteropenparens.lisp b/resources/newlineafteropenparens.lisp new file mode 100644 index 0000000..749ffba --- /dev/null +++ b/resources/newlineafteropenparens.lisp @@ -0,0 +1,15 @@ +(in-package #:nothing) + +(defun small-guy (a b) (+ a b)) +(defun small-guy-2 (a b) (+ a b)) + +(defun hello-world (a b c) + (progn + (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!~%")))))