On my machine with Lua 5.3.5, the following
> io.write("A nice output msg")
does not append anything.
But if it starts with an equality sign then it does append i.e. "file
(74ef4620)":
> =io.write("A nice output msg")
I think it is mentioned in the manual.