Tekkyon
|
  |
| Joined: 30 May 2016 |
| Total Posts: 1446 |
|
| |
|
Badandy11
|
  |
| Joined: 02 Jul 2009 |
| Total Posts: 1861 |
|
| |
|
|
| 22 Aug 2016 12:45 AM |
print("sup","\n\n\n\n\n\n\n","OwO what's this?")
|
|
|
| Report Abuse |
|
|
| |
|
Laedere
|
  |
| Joined: 17 Jun 2013 |
| Total Posts: 23601 |
|
|
| 22 Aug 2016 12:47 AM |
what kind of noob adds a comma then proceeds to use an escape sequence
|
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 22 Aug 2016 12:58 AM |
local text = "hi" for i=0,150 do text = text .. "\n" end text = text .. "rip output" print(text) |
|
|
| Report Abuse |
|
|