Exceptions for comments
[wolf] / resources / twoemptylineswithcomment.lisp
diff --git a/resources/twoemptylineswithcomment.lisp b/resources/twoemptylineswithcomment.lisp
new file mode 100644 (file)
index 0000000..080740b
--- /dev/null
@@ -0,0 +1,15 @@
+(in-package #:nothing)
+
+; comment resets line counter
+
+; this one does two
+
+; but we'll get an error soon!
+
+
+(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!~%")))))