In particular, notice the "file (...)" bit that gets appended.
This seems a bug, and from what I can tell, it relates to the 'f_tostring' call in 'liolib.c'
I tried the same call in lua5.1.5, and it works as expected:
```
> io.write("A nice output msg")
A nice output msg>
```
Please advise, thanks!
Warmly,