pub fn print(lua: &Lua, msg: String) -> LuaResult<()>
Gets the global print function and calls it with the given message as an argument
print