summaryrefslogtreecommitdiffhomepage
path: root/racket.html.markdown
diff options
context:
space:
mode:
authorEli Barzilay <eli@barzilay.org>2013-07-16 01:46:06 -0400
committerEli Barzilay <eli@barzilay.org>2013-07-16 01:46:06 -0400
commit5d952fb6dab4989454c7e2e43fac664180817df8 (patch)
tree6324e4bb03ab419bd3552d62c68a6b58718ec69f /racket.html.markdown
parentcfc136dea86c465c6b38ffab41e9b0fe96a3efaf (diff)
Improve #; example.
Also, I removed the following expression since this is the beginning when interaction is not shown. Instead, I added a comment to explain what #;s are useful for.
Diffstat (limited to 'racket.html.markdown')
-rw-r--r--racket.html.markdown5
1 files changed, 3 insertions, 2 deletions
diff --git a/racket.html.markdown b/racket.html.markdown
index 02c3e228..21769e90 100644
--- a/racket.html.markdown
+++ b/racket.html.markdown
@@ -26,8 +26,9 @@ Feedback is appreciated! You can reach me at [@th3rac25](http://twitter.com/th3r
|#
|#
-;; S-expression comments discard the following expression
-#; "this expression will be discarded" "2nd expression" ; => "2nd expression"
+;; S-expression comments discard the following expression,
+;; useful to comment expressions when debugging
+#; (this expression is discarded)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; 1. Primitive Datatypes and Operators