dofile and loadstring both appear to work on desktop builds.
loadstring but not dofile appears to work in the simulator.
Am I correct in that both will not work on mobile devices? I was under the impression that none of those functions would work, though I was pleasantly surprised to discover that they work on desktop as I am exploring options for adding desktop modding to our game.
Is this expected behavior? Are there limitations placed upon desktop builds by Corona that may limit custom mod code?