in Corona (perhaps even in LUA altogether), when the code is all within one file, not using any external modules, is there any difference, efficiency-wise, to using local functions instead of global ones? [import]uid: 4920 topic_id: 1651 reply_id: 301651[/import]
yes, calling a local function, or referencing a local table is always much faster than doing the same thing on a global [import]uid: 6175 topic_id: 1651 reply_id: 4905[/import]