Level:
Medium
LOGO programming often uses a technic called recursion. In this chapter, first, we’ll explore recursion with some
simple examples. Then, we’ll go further with the drawing of a fractal curve called the Van Koch snowflake“. First of
all:
A procedure is recursive if it calls itself. |