Tested on 0.1.10c on Windows and Linux x64. This crashes after a few thousand iterations:
while true do printh(stat(0)) end
If I change it to
local s=stat(0) printh(s)
then it doesn't crash.
Edit: Not sure why I thought it needed that table stuff. This is sufficient.
[Please log in to post a comment]