076_sentinels.patch 175 B

12345678
  1. 85c84
  2. < for (???) |s| {
  3. ---
  4. > for (my_seq) |s| {
  5. 97c96
  6. < while (??? != my_sentinel) {
  7. ---
  8. > while (my_seq[i] != my_sentinel) {