Log In  


I noticed while writing some debug code that

printh("string", true)

crashes Pico8 0.1.10c on Windows.

While the code is, of course, blatantly incorrect, this should probably throw an error, not crash Pico8. Some quick testing reveals the same is true when calling it with a false, table, nil or any variable that is nil.

1



[Please log in to post a comment]