Posted 20 May 2014 - 07:52 PM
How do you put multiple line strings in a table, like
table = {
["string1"] = "This is a multiple line string"
"Or atleast tried to be" }
print(table["string1"])
I need it for a data system im making btw