Hi,
in the explanation for the CleaningSchedule example (the 6th line in the original version has the label):
it is written:
Now, imagine we removed the CLEANING label in the continue sstatement (...)
This corresponds to the zookeeper skipping all leopards except those labeled 2 or in stable b.
I think that, instead of skipping, the zookeper is in fact
cleaning the leopards mentioned above
This corresponds to the zookeeper skipping cleaning all leopards except those labeled 2 or in stable b.
What corresponds with the output generated by the code above.