myspace / Docs /LuaBasics.md.html
sirnii's picture
Upload 1816 files
b6a38d7 verified
raw
history blame
607 Bytes
# Lua version
The Sol Engine uses [Lua 5.3.2](http://www.lua.org/manual/5.3/) with a few minor modifications:
* pairs(), ipairs() and next() accept no argument or nil or bool as argument without complaining;
* the result of *X/Y* and *X^Y* is an integer for integer *X* and *Y*;
* performance optimizations;
(insert footer.md.html here)
<!-- Markdeep: --><style class="fallback">body{visibility:hidden;white-space:pre;font-family:monospace}</style><script src="markdeep.min.js" charset="utf-8"></script><script>window.alreadyProcessedMarkdeep||(document.body.style.visibility="visible")</script>