A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 deletions
14
Task/Here-document/Lua/here-document.lua
Normal file
14
Task/Here-document/Lua/here-document.lua
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
print([[
|
||||
This is a long paragraph of text
|
||||
it is the simplest while using it
|
||||
with lua, however it will have the
|
||||
same line breaks and spacing as
|
||||
you set in this block.
|
||||
]])
|
||||
|
||||
local msg = [[this is a message that spans
|
||||
multiple lines and will have the next lines
|
||||
preserved as they were entered, so be careful
|
||||
when using this]]
|
||||
|
||||
print(msg)
|
||||
Loading…
Add table
Add a link
Reference in a new issue