Data update
This commit is contained in:
parent
07c7092a52
commit
61b93a2cd1
313 changed files with 6160 additions and 346 deletions
10
Task/Comments/Insitux/comments.insitux
Normal file
10
Task/Comments/Insitux/comments.insitux
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
;this is a comment; and using semicolons here is fine
|
||||
|
||||
(+ 2 2) ;this is a comment
|
||||
|
||||
"this string will be ignored if in the top scope
|
||||
which can also stretch across
|
||||
multiple lines"
|
||||
|
||||
(do "if you're desperate, using do will make sure this string will not be returned also"
|
||||
(+ 2 2))
|
||||
Loading…
Add table
Add a link
Reference in a new issue