Let's look at the until loop, shall we? Unlike the while loop, it runs until a condition is met.

Nice! I didn't even have to explain that this code snippet will run until count is exactly equal to 0, did I?

We don't have any boolean values to compare here, do we?