This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| lua_tutorial [2023/04/29 07:42] – [Introducing Basic Lua Terms] kali | lua_tutorial [2023/04/29 07:52] (current) – kali | ||
|---|---|---|---|
| Line 117: | Line 117: | ||
| - iterators | - iterators | ||
| - tables and table manipulation | - tables and table manipulation | ||
| - | - modules for mmominion | + | |
| + | ===== Making our First Module ===== | ||
| + | |||
| + | ===== Common Functions and Standard Libraries ===== | ||
| + | |||
| + | ===== Error Handling and Debugging ===== | ||
| + | |||
| + | ===== Garbage Collection and Performance Impact ===== | ||
| + | |||
| + | ===== Object Oriented and Inheritance ===== | ||