Logo Trail
0 of 7 problems complete
You can teach the turtle a new command.
teach
Start with to name, write the steps, then finish with end on its own line. After that, type the name to run it — like a built-in command.
to name
end
Example shape:
to square repeat 4 [fd 80 rt 90] end
square
Read this section, then tap Next to start the first problem.