emacs/test/manual/indent/scheme.scm

10 lines
160 B
Scheme
Raw Normal View History

2014-09-02 16:47:44 -04:00
#!/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)