Description
In this course, you will :
-
Understand all the Basics of Lua Programming
Syllabus :
- Overview of Lua
- Variables in Lua
- Datatypes in Lua
- Operators in Lua
- Hands on for Operators in Lua
- Loops in Lua
- while Loop
- for Loop
- Repeat Until
- Break Statement
- Decision Making
- if Statement
- if else Statement
- Nested if Statement
- Functions in Lua
- Strings
- String Manipulation
- Arrays
- Tables
- Table Manipulation
- Modules
- Metatables
- Rawset Function in Lua
- Coroutines
- Another examples of Coroutines
- File Handling
- Error Handling
- Garbage Collection
- Object Oriented Programming