Posts by LeBones • 51 points
1 post
-
4
votes2
answers76
viewsQ: Why does Lua’s "print" print print extra spaces in the arguments?
I used the command print() concatenating a variable, but the output prints extra spaces. If I use the io.write(), this problem does not occur. Why this problem happens to the print()? Example: name…