1
0
Fork 0
mirror of https://codeberg.org/ziglings/exercises.git synced 2025-06-08 01:57:02 +09:00

feat: More descriptive definition

This commit is contained in:
unknown 2021-08-17 00:28:40 -07:00
parent 162f84133d
commit 01c9f2a79f

View file

@ -1,6 +1,6 @@
//
// Behold the 'for' loop! It lets you execute code for each
// member of an array:
// Behold the 'for' loop! For loops let you execute code for each
// element of an array:
//
// for (items) |item| {
//