projects
/
wolf
/ blob
8bd5ae10e628f90b04280cc59dc1b7cedbfe7f0e
[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))