Getting started with Lua (Part 4)
Basic Programming Constructs — Level 3(loops)
You can access the previous sections here — Part 1 | Part 2 | Part 3
About this article
In this article we will see how loops are written in lua ( essentially, the syntax). We will look into 3 most commonly used loops —
1. while loop
2. for loops
3. repeat-until loops