Platform-specific Lua Library. Provides some platform-specific functions for the Lua target, such as conversion from Haxe types to native types and vice-versa.
Static methods
staticgetModuleVarargs():Table<Int, String>
Returns the module-level varargs (...) passed to the Lua chunk.
Useful in environments like ComputerCraft where script arguments
are only available via module-level varargs, not _G.arg.