Introduction

Now let’s turn to a very powerful programming construct called procedures.

With procedures we can divide a large program into smaller logical blocks of code. So instead of working on keeping a 1,000 line program and the memory focus that might take, now we can work on maybe a 10 line chunk at a time.

In this module you will learn to use procedures.

Let’s get started


Next section: