Increasing Squares



Illustration Credit

Illustration Credit
Assignment: Study the example given above. You will notice that a new command is used. The make command allows you to use variables in your LOGO programs. You use it whenever you want to set the value of a variable or change the value of a variable. Once you create a variable you can use it just like you use a number. Notice the command fd :x. This moves the turtle forward whatever value is currently stored in the variable x. Your job will be to create the figure to the left.