File size: 607 Bytes
b6a38d7
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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>