| | # 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) |
| | <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> |