Let’s Learn Lua Loops and Logic (Part 1)
This is the fourth entry in my Lua Tutorial series. See here for an introduction for this series, or here for our previous entry covering variables.
We covered some of the basics of variables last time and some basic input and output, now we’re going to move onto some control logic and looping. These are the building blocks of any real program.… Read the rest