update
This commit is contained in:
parent
1f1ad49427
commit
6f050a029e
2496 changed files with 37609 additions and 3031 deletions
7
Task/Here-document/Erlang/here-document.erl
Normal file
7
Task/Here-document/Erlang/here-document.erl
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
2> S = " ad
|
||||
2> 123
|
||||
2> the end".
|
||||
3> io:fwrite( S ).
|
||||
ad
|
||||
123
|
||||
the end
|
||||
|
|
@ -15,3 +15,6 @@
|
|||
but really @shout{any code}
|
||||
|
||||
})
|
||||
|
||||
(output @list|<<{And customizable delimiters
|
||||
so @foo{} is just plain text}>>|)
|
||||
|
|
|
|||
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