Some Lua testing scripts to learn the language 5.3
https://www.lua.org/start.html
- Get All Factors
lua factors.lua
http://luatut.com/crash_course.html
Some updates in the foreach because of some deprecated methods
brew install lua
curl -R -O http://www.lua.org/ftp/lua-5.3.5.tar.gz
tar zxf lua-5.3.5.tar.gz
cd lua-5.3.5
make linux test
http://lua-users.org/wiki/TableLibraryTutorial https://www.lua.org/pil/7.3.html