projects
/
wolf
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Exceptions for comments
[wolf]
/
resources
/
commentneedsspace.lisp
1
(in-package #:nothing)
2
3
; header comments
4
(defun multiline-1 (a b c)
5
(+ a b))
6
; still need a space between these forms!
7
(defun multiline-1 (a b c)
8
(+ a b))