Clarifying that we won't be executing the comment, but will exec the code!

This commit is contained in:
Christopher Allan Webber 2013-04-01 10:12:15 -05:00
parent 4d9f0ae6a1
commit a0acbd7948

View File

@ -237,7 +237,7 @@ Comments start with semicolons::
(print "this will run")
; (print "but this will not")
(+ 1 2 3) ; we won't execute this either
(+ 1 2 3) ; we'll execute the addition, but not this comment!
TODO