Description
In this course, you will :
- Discover what the Learn Lua course has in store for you!
- Create and execute your first Lua programme!
- Discover how to use Data in the Lua programming language. You will discover data types, operators, and variables!
- Learn how to use conditional statements to make decisions in your Lua application.
- Learn how to use functions to organise and reuse your code.
Syllabus :
- Introduction to Lua
- Variables and Data
- Conditionals & Logic
- Functions