9 lines
200 B
Racket
9 lines
200 B
Racket
|
|
; this is a to-end-of-line coment
|
||
|
|
|
||
|
|
#| balanced comment, #| can be nested |# |#
|
||
|
|
|
||
|
|
#;(this expression is ignored)
|
||
|
|
|
||
|
|
#; ; the following expression is commented because of the #; in the beginning
|
||
|
|
(ignored)
|