mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 19:40:48 -05:00
feat: More descriptive definition
This commit is contained in:
parent
162f84133d
commit
01c9f2a79f
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
//
|
//
|
||||||
// Behold the 'for' loop! It lets you execute code for each
|
// Behold the 'for' loop! For loops let you execute code for each
|
||||||
// member of an array:
|
// element of an array:
|
||||||
//
|
//
|
||||||
// for (items) |item| {
|
// for (items) |item| {
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue