stevedonovan.github.com
stevedonovan.github.com copied to clipboard
Project Pages
Results
3
stevedonovan.github.com issues
Sort by
recently updated
recently updated
newest added
Thanks for your cookbook on Lua, very concise and informative. There is a typo in [this page](http://stevedonovan.github.io/lua-cookbook/topics/09-meta.md.html#) ```lua l1 = new_list{10,20,30} print(l2) ---> {10,20,30} ``` should be ```lua l1 =...