Clarifying that we won't be executing the comment, but will exec the code!
This commit is contained in:
parent
4d9f0ae6a1
commit
a0acbd7948
@ -237,7 +237,7 @@ Comments start with semicolons::
|
|||||||
|
|
||||||
(print "this will run")
|
(print "this will run")
|
||||||
; (print "but this will not")
|
; (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
|
TODO
|
||||||
|
Loading…
Reference in New Issue
Block a user