|
- Lua operators, why isnt +=, -= and so on defined?
In Lua's case, the language is intended to be an embedded scripting language, so any changes that make the language more complex or potentially make the compiler runtime even slightly larger or slower may go against this objective If you implement each and every tiny feature, you can end up with a 'kitchen sink' language: ADA, anyone?
- installation - How to install Lua on windows - Stack Overflow
I'm new to Lua, and need to know how to install it on Windows? I've tried and am unable to run the sample When I try to compile it 100% success is shown, but when I click the run button it shows t
- Lua - Current time in milliseconds - Stack Overflow
Is there a common way to get the current time in or with milliseconds? There is os time(), but it only provides full seconds
- lua - Roblox Admin Command Script - Stack Overflow
I'm currently trying to make a new admin command script; all I have so far is the kill command everything I've tried (so far) works unless I use the ":* me" parameter ("*"being any command and ":"
- How do I append to a table in Lua - Stack Overflow
How do I append to a table in Lua Asked 10 years, 7 months ago Modified 4 months ago Viewed 285k times
- luasocket - https request in lua - Stack Overflow
As I said above, that lua script will be executed on a rather cramped router that has no room left for the LuaSec package I believe I'll have to find a workaround Thanks for your help anyway And BTW I tried your snippet in a LuaSec aware box and it doesn't seem to find the 'ssl https' module
- What is ROBLOX Lua scripting? - Stack Overflow
0 Roblox Lua is Lua 5 1 in Roblox's Data Model Roblox Lua Scripting is the act of writing in a script in Roblox Studio Their scripts are actually objects with embedded code inside of them They're placed inside of roblox's basic data model and are used for creating and controlling objects, data, and therefore game-play
- lua - How to dump a table to console? - Stack Overflow
I'm having trouble displaying the contents of a table which contains nested tables (n-deep) I'd like to just dump it to std out or the console via a print statement or something quick and dirty bu
|
|
|