86c86 < for (???) |s| { --- > for (my_seq) |s| { 98c98 < while (??? != my_sentinel) { --- > while (my_seq[i] != my_sentinel) {