]> code.delx.au - gnu-emacs/blob - test/indent/scheme.scm
84d0f6d8786021aaded984b5399485cc9e774f9e
[gnu-emacs] / test / indent / scheme.scm
1 #!/usr/bin/scheme is this a comment?
2
3 ;; This one is a comment
4 (a)
5 #| and this one as #|well|# as this! |#
6 (b)
7 (cons #;(this is a
8 comment)
9 head tail)