[Suggestion] x, y, z = translate()

@TokOut Actually, IO is available in Codea. You can create files, read file, remove files, etc. You say Lua doesn’t have setup(), draw(), or touched(). That’s correct, because Lua wasn’t written to have those functions. A car doesn’t have 50 seats like a bus to carry a hundred people, because a car isn’t made to have 50 seats. Different thing are made because they have a different purpose. Lua was written to do what it does, and Codea was written to do something different. They may be similar, but they’re not the same. Just because Codea doesn’t have everything that Lua does doesn’t mean it’s supposed to.

I see your point Ignatz and Dave.