Key libraries
Contents
There are three key libraries in Lua that you should familiarize yourself with:
- The string library. For doing string operations. It includes a good regex like pattern matching library.
- The io library – operations on files.
- The os library – date/time call and invoking processes.
Like Lua itself these libraries are small and elegant.
Continue: Calling functions with {}
Pingback: Will You Share Your Code? - iNTERFACEWARE Inc.