Exceptions for comments
[wolf] / resources / commentneedsspace.lisp
diff --git a/resources/commentneedsspace.lisp b/resources/commentneedsspace.lisp
new file mode 100644 (file)
index 0000000..8bd5ae1
--- /dev/null
@@ -0,0 +1,8 @@
+(in-package #:nothing)
+
+; header comments
+(defun multiline-1 (a b c)
+ (+ a b))
+; still need a space between these forms!
+(defun multiline-1 (a b c)
+ (+ a b))