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