Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

PRINT multi line string lua

[=[

You can do such by using square brackets inside a print statement instead of
using quotes.

]=]

print([[
h
i
,
t
h
e
r
e
]])
Source by www.lua.org #
 
PREVIOUS NEXT
Tagged: #PRINT #multi #line #string #lua
ADD COMMENT
Topic
Name
5+6 =