RosettaCodeData/Task/Comments/Racket/comments.rkt
Ingy döt Net 6f050a029e update
2013-06-05 21:47:54 +00:00

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)