mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-13 21:40:46 -05:00
8 lines
175 B
Diff
8 lines
175 B
Diff
86c86
|
|
< for (???) |s| {
|
|
---
|
|
> for (my_seq) |s| {
|
|
98c98
|
|
< while (??? != my_sentinel) {
|
|
---
|
|
> while (my_seq[i] != my_sentinel) {
|