Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
14
Task/Comments/EchoLisp/comments.echolisp
Normal file
14
Task/Comments/EchoLisp/comments.echolisp
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