X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=wolf;a=blobdiff_plain;f=resources%2Fspaceafteropenparens.lisp;fp=resources%2Fspaceafteropenparens.lisp;h=4cab605e6763bebeaa413624fed0b5b38c9664f9;hp=0000000000000000000000000000000000000000;hb=52971da82a4de888ce44eedbc942ee480bc0306f;hpb=7b1e850e86136da3a24923fe457f76c835620d6d diff --git a/resources/spaceafteropenparens.lisp b/resources/spaceafteropenparens.lisp new file mode 100644 index 0000000..4cab605 --- /dev/null +++ b/resources/spaceafteropenparens.lisp @@ -0,0 +1,14 @@ +(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!~%")))))