10 lines
160 B
Scheme
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)
|