projects
/
wolf
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Exceptions for comments
[wolf]
/
resources
/
whitespaceendline.lisp
1
(in-package #:nothing)
2
3
(defun hello-world (a b c)
4
(progn
5
(with-open-file (str "increasinglylongfilenamesfailme.dat" :direction :input :if-does-not-exist :create)
6
(when
7
(read-line str)
8
(format t "This file had some things in int, yay!~%")))))