1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-17 17:58:46 +00:00
emacs/test/indent/scheme.scm

10 lines
160 B
Scheme

#!/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)