Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
11
Task/Here-document/Raven/here-document-1.raven
Normal file
11
Task/Here-document/Raven/here-document-1.raven
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
'Buffy the Vampire Slayer' as sender
|
||||
'Spike' as recipient
|
||||
|
||||
[
|
||||
"Dear %(recipient)s,
|
||||
"
|
||||
"I wish you to leave Sunnydale and never return.
|
||||
"
|
||||
"Not Quite Love,
|
||||
"%(sender)s
|
||||
] "\n" join print
|
||||
11
Task/Here-document/Raven/here-document-2.raven
Normal file
11
Task/Here-document/Raven/here-document-2.raven
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
'Buffy the Vampire Slayer' as sender
|
||||
'Spike' as recipient
|
||||
|
||||
group
|
||||
"Dear %(recipient)s,
|
||||
"
|
||||
"I wish you to leave Sunnydale and never return.
|
||||
"
|
||||
"Not Quite Love,
|
||||
%(sender)s\n"
|
||||
list "\n" join print
|
||||
Loading…
Add table
Add a link
Reference in a new issue