Posted 02 June 2012 - 04:52 AM
lua> f = io.open("test", "w")
lua> f.close()
12
Why does f.close() always print a number? Is there any way to prevent this? It is very disruptive to my programs.
lua> f = io.open("test", "w")
lua> f.close()
12