TI-Basic Z80 Programming/List of Commands/Prgm

From Wikibooks, open books for an open world
Jump to navigation Jump to search

prgm executes any other program located in the calculator's memory. For example, if you created a program called "PROGRAM1", to execute in in another program, you would type:

prgm PROGRAM1