X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=wolf;a=blobdiff_plain;f=resources%2Fgood.lisp;h=10a6091be89ee51e56da7cd6edc3e4fcd263d4e1;hp=adb5e3797718e50a07ec79a6c1d168429c14583f;hb=02e970926c489005f408d69d363d017fb0abfe53;hpb=c9508457e34796fd7fcd8029ecd3209582f4c945 diff --git a/resources/good.lisp b/resources/good.lisp index adb5e37..10a6091 100644 --- a/resources/good.lisp +++ b/resources/good.lisp @@ -3,12 +3,19 @@ (defun small-guy (a b) (+ a b)) (defun small-guy-2 (a b) (+ a b)) +; This comment is awesome (defun hello-world (a b c) (progn (let - ((x y) - (z 9)) + ((x y) ; Ok, this comment is also great + (z 9)) ; so is this one! (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!~%"))))) + (format t "This file had some things in int, yay!~%")))))) + +(defvar *x* "hello world + this is a multiline string + with \" some escaped things + and some (_) and whatnot + ")