SubProgram
Description |
A SubProgram can hold program parts that are needed several places. A SubProgram can be a separate file on the disk, and can also be hidden to protect against accidental changes to the SubProgram.
|
Call Subroutine |
A call to a Subroutine will run the program lines in the SubProgram, and then return to the following line.
|