RosettaCodeData/Task/Comments/Racket/comments.rkt

9 lines
200 B
Racket
Raw Permalink Normal View History

2013-06-05 21:47:54 +00:00
; this is a to-end-of-line coment
#| balanced comment, #| can be nested |# |#
2013-04-09 00:31:41 -07:00
#;(this expression is ignored)
2013-06-05 21:47:54 +00:00
#; ; the following expression is commented because of the #; in the beginning
(ignored)