Let's see what happens when we add a print() instruction to the loop.
print()
Holy cow! Because the condition is always true, the loop never stops.
true