Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
17
Task/Comments/Ursala/comments-1.ursala
Normal file
17
Task/Comments/Ursala/comments-1.ursala
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# this is single line a comment
|
||||
|
||||
# this is a\
|
||||
continued comment
|
||||
|
||||
(# this is a
|
||||
multi-line comment #)
|
||||
|
||||
(# comments in (# this form #) can (#
|
||||
be (# arbitrarily #) #) nested #)
|
||||
|
||||
---- this is also a comment\
|
||||
and can be continued
|
||||
|
||||
###
|
||||
The whole rest of the file after three hashes
|
||||
is a comment.
|
||||
1
Task/Comments/Ursala/comments-2.ursala
Normal file
1
Task/Comments/Ursala/comments-2.ursala
Normal file
|
|
@ -0,0 +1 @@
|
|||
x = <1,## 2,3>
|
||||
10
Task/Comments/Ursala/comments-3.ursala
Normal file
10
Task/Comments/Ursala/comments-3.ursala
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
a =
|
||||
|
||||
<
|
||||
'to',
|
||||
## <
|
||||
'be',
|
||||
'or'>,
|
||||
'not',
|
||||
'to',
|
||||
## 'be'>
|
||||
7
Task/Comments/Ursala/comments-4.ursala
Normal file
7
Task/Comments/Ursala/comments-4.ursala
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
foo = 1
|
||||
|
||||
##
|
||||
|
||||
bar = 2
|
||||
|
||||
baz = 3
|
||||
5
Task/Comments/Ursala/comments-5.ursala
Normal file
5
Task/Comments/Ursala/comments-5.ursala
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#comment -[
|
||||
I document the source text but will also be embedded in
|
||||
the output library or executable file.]-
|
||||
|
||||
#comment gpl'3'
|
||||
1
Task/Comments/Ursala/comments-6.ursala
Normal file
1
Task/Comments/Ursala/comments-6.ursala
Normal file
|
|
@ -0,0 +1 @@
|
|||
my_input_type%C f
|
||||
1
Task/Comments/Ursala/comments-7.ursala
Normal file
1
Task/Comments/Ursala/comments-7.ursala
Normal file
|
|
@ -0,0 +1 @@
|
|||
my_input_type%Ck f
|
||||
3
Task/Comments/Ursala/comments-8.ursala
Normal file
3
Task/Comments/Ursala/comments-8.ursala
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#depend <this,expression> is (parsed)* but {
|
||||
otherwise,
|
||||
ignored}
|
||||
Loading…
Add table
Add a link
Reference in a new issue