9 lines
228 B
Scheme
9 lines
228 B
Scheme
; Basically the same as Common Lisp
|
|
; While R5RS does not provide block comments, they are defined in SRFI-30, as in Common Lisp :
|
|
|
|
#| comment
|
|
... #| nested comment
|
|
... |#
|
|
|#
|
|
|
|
; See http://srfi.schemers.org/srfi-30/srfi-30.html
|