What are modules?
Modules allow you to create new blocks for a sprite.
How can a module be used?
A module can be used in any part of the program by using its name.
Why are modules used?
Using a module makes your program
shorter and easier to read.
What does a module do when a name is given?
Give the module a name and then store the commands in it.