8 lines
175 B
Diff
8 lines
175 B
Diff
83c83
|
|
< for (???) |s| {
|
|
---
|
|
> for (my_seq) |s| {
|
|
95c95
|
|
< while (??? != my_sentinel) {
|
|
---
|
|
> while (my_seq[i] != my_sentinel) {
|