Jump to or GOTO a particular location in the program
Is there a Jump or goto command?
Currently, I just want the program, when it reaches the end of the program, to jump back to the beginning of the program when it completes a part waiting for a part to be loaded and then continue.
If not, what is the easiest way to do this.