8 lines
200 B
Racket
8 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)
|