- Lua Quick Start Guide
- Gabor Szauer
- 46字
- 2021-08-05 10:30:43
Loops
A chunk of code can be repeated multiple times by using a loop. Lua provides three types of loop, the while, repeat, and for loops. Each loop type will be covered in depth, but the rest of the book will mainly use the for loop.
推薦閱讀