Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
9
Task/Here-document/PicoLisp/here-document.l
Normal file
9
Task/Here-document/PicoLisp/here-document.l
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
(out "file.txt" # Write to "file.txt"
|
||||
(prinl "### This is before the text ###")
|
||||
(here "TEXT-END")
|
||||
(prinl "### This is after the text ###") )
|
||||
"There must be some way out of here", said the joker to the thief
|
||||
"There's too much confusion, I can't get no relief"
|
||||
TEXT-END
|
||||
|
||||
(in "file.txt" (echo)) # Show "file.txt"
|
||||
Loading…
Add table
Add a link
Reference in a new issue