Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
14
Task/Comments/EchoLisp/comments.l
Normal file
14
Task/Comments/EchoLisp/comments.l
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
666 ; this is an end-of-line comment
|
||||
|
||||
#|
|
||||
This is a multi-line comment
|
||||
Nesting is not allowed
|
||||
|#
|
||||
|
||||
;; The (info <name> [<string>)] function associates a symbol and a comment
|
||||
;; These info strings are saved in permanent memory (local storage)
|
||||
;; Unicode characters may be used, as everywhere in the language
|
||||
|
||||
(define mynumber 666) → mynumber
|
||||
(info 'mynumber "👀 Symbols may be commented with an information string 👺")
|
||||
(info 'mynumber) → displays the above inside the 'info' field.
|
||||
Loading…
Add table
Add a link
Reference in a new issue