"More commands to come"

gosub


This allows you to create re-usable subroutines.
Example:


Note: you will need to add the function name plus
the substart then the code you want to run.
Then end it with return
Example: