summaryrefslogtreecommitdiff
path: root/test/manual/indent/scheme.scm
blob: 84d0f6d8786021aaded984b5399485cc9e774f9e (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/scheme is this a comment?

;; This one is a comment
(a)
#| and this one as #|well|# as this! |#
(b)
(cons #;(this is a
         comment)
 head tail)