lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Is it possible to subpress the CR+LF at the end of each print statement on
Windows?

print"Hello "
print"World"
print"\n"

Output:
Hello
World


Each statement is on its own line, and not on one line, as they should.


blackrat