This is a simple example of recursion in Scratch. Recursion is a programming technique where a function (a "block" in Scratch) calls itself again when it's done. In this example, the "Hop around" block calls "Hop around" again after it moves the cat to a new position — creating an endless loop without using a Repeat. The cat hops around a lot. :)