I am currently using Windows
on my default development system and Linux
on my server where I deploy my Lua scripts. For Windows
there are only several 32 bit interpreters like Lua for Windows one I currently use (at least as far as i know). On the server the interpreter is running the scripts on 64 bits.
Now my question is: Is it possible to check on which architecture the script is running (probably similar to the _ENV
variable for the version)?
If there is any 64 bit Windows Lua interpreter feel free to leave a comment on this matter. Thank you in advance.