]> code.delx.au - gnu-emacs/blob - test/manual/indent/scheme.scm
Merge from origin/emacs-25
[gnu-emacs] / test / manual / 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)