pub fn io_write(state: &mut LuaState) -> Result<usize, LuaError>Expand description
io.write(...). C: io_write → g_write(L, getiofile(IO_OUTPUT), 1).
Writes all arguments to the current default output file (IO_OUTPUT). A
write failure returns the luaL_fileresult tuple (like the reference), not
a raised error.