Exceptions for comments
[wolf] / resources / twoemptylineswithcomment.lisp
1 (in-package #:nothing)
2
3 ; comment resets line counter
4
5 ; this one does two
6
7 ; but we'll get an error soon!
8
9
10 (defun hello-world (a b c)
11  (progn
12   (with-open-file (str "increasinglylongfilenamesfailme.dat" :direction :input :if-does-not-exist :create)
13    (when
14     (read-line str)
15     (format t "This file had some things in int, yay!~%")))))