]> code.delx.au - gnu-emacs/blob - test/indent/scheme.scm
; * test/automated/data-tests.el: Standardize license notice.
[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)