Data update
This commit is contained in:
parent
0df55f9f24
commit
aec8ed51b6
1045 changed files with 18889 additions and 2777 deletions
14
Task/Here-document/EasyLang/here-document.easy
Normal file
14
Task/Here-document/EasyLang/here-document.easy
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# The here-document is not here, but at the end of the program
|
||||
repeat
|
||||
s$ = input
|
||||
until error = 1
|
||||
print s$
|
||||
.
|
||||
input_data
|
||||
This is a 'raw' string with the following properties:
|
||||
- indention is preserved,
|
||||
- an escape sequence such as a quotation mark "\\" is interpreted literally, and
|
||||
- interpolation such as %(a) is also interpreted literally.
|
||||
- """ is also interpreted literally.
|
||||
|
||||
`Have fun!`
|
||||
Loading…
Add table
Add a link
Reference in a new issue