X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=wolf;a=blobdiff_plain;f=resources%2Fcommentneedsspace.lisp;fp=resources%2Fcommentneedsspace.lisp;h=8bd5ae10e628f90b04280cc59dc1b7cedbfe7f0e;hp=0000000000000000000000000000000000000000;hb=c9508457e34796fd7fcd8029ecd3209582f4c945;hpb=243043b049ee29fb5fbe17286f40f3392b57cbd0 diff --git a/resources/commentneedsspace.lisp b/resources/commentneedsspace.lisp new file mode 100644 index 0000000..8bd5ae1 --- /dev/null +++ b/resources/commentneedsspace.lisp @@ -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))