mrmrluaa3
|
  |
| Joined: 25 Jun 2013 |
| Total Posts: 122 |
|
|
| 15 Jul 2013 11:17 AM |
Strings in lua are really easy to make example: "This is a string" A string is encased text between any two quotation marks although you can also make a string like this: 'This is a string' A leveled string is like this: [[This is a string]] Or like this with two equal signs between them: [==[ hello ]==] But the above will error because you need to print out the string or something example: print("Hello")
|
|
|
| Report Abuse |
|