mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 07:41:28 -08:00
9 lines
160 B
Scheme
9 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)
|