add ex076 sentinels

This commit is contained in:
Dave Gauer
2021-05-06 20:32:36 -04:00
parent c1371f5659
commit e9547cf808
4 changed files with 134 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
82c82
< for (???) |s| {
---
> for (my_seq) |s| {
94c94
< while (??? != my_sentinel) {
---
> while (my_seq[i] != my_sentinel) {