First commit of partial RosettaCode contents.
Pushing this for testing purposes. Lots of work still needed.
This commit is contained in:
commit
1e05ecd7ee
781 changed files with 9080 additions and 0 deletions
12
Task/Comments/PicoLisp/comments.l
Normal file
12
Task/Comments/PicoLisp/comments.l
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# The rest of the line is ignored
|
||||
#{
|
||||
This is a
|
||||
multiline comment
|
||||
}#
|
||||
NIL
|
||||
Immediately stop reading this file. Because all text in the input file following
|
||||
a top-level 'NIL' is ignored.
|
||||
|
||||
This is typically used conditionally, with a read-macro expression like
|
||||
`*Dbg
|
||||
so that this text is only read if in debugging mode.
|
||||
Loading…
Add table
Add a link
Reference in a new issue