67 if you use lua and use print() it automatically does a tostring or whatever it is called in lua (I tend to not use it) and places a \n at the end
so io.write(tostring(".").."\n") == print(".") there are some other things that make io.write() different from print() but meh, you get the idea