November 2019
Beginner
200 pages
5h 43m
English

Sometimes you’ll want to reuse a section of code to complete a specific task you’ve completed before. In these situations, you can define or create a procedure that includes those lines of code, and then give that procedure a unique name.
This way, whenever you want to execute that task, you can call the procedure by name instead of writing the same lines of code over and over again. This also means that when you have to correct something in that code, you only have to fix the code inside the procedure once.
In this chapter, you’ll learn how to create procedures in App Inventor and use them ...
Read now
Unlock full access