mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
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.
This commit is contained in:
parent
cfc136dea8
commit
5d952fb6da
@ -26,8 +26,9 @@ Feedback is appreciated! You can reach me at [@th3rac25](http://twitter.com/th3r
|
|||||||
|#
|
|#
|
||||||
|#
|
|#
|
||||||
|
|
||||||
;; S-expression comments discard the following expression
|
;; S-expression comments discard the following expression,
|
||||||
#; "this expression will be discarded" "2nd expression" ; => "2nd expression"
|
;; useful to comment expressions when debugging
|
||||||
|
#; (this expression is discarded)
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; 1. Primitive Datatypes and Operators
|
;; 1. Primitive Datatypes and Operators
|
||||||
|
Loading…
Reference in New Issue
Block a user