lua-users home
lua-l archive

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


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.