Posted 04 August 2012 - 02:19 AM
I use this code:
My question is now: What am I doing wrong?
local output = "hello"
output = output .. "/n world!"
but when i print output, it prints only "hello/n world!" and makes no new line.My question is now: What am I doing wrong?