Program Management Commands

From BR Wiki
Jump to navigation Jump to search
Go

Resumes execution of a program or procedure file after execution has been paused.

Load (LO)

Loads a file from disk to memory.

Replace (REP)

Replaces the contents of a specified file with the program lines currently in memory.

Run (RU)

Begins execution of a file.

Save (SA)

Stores a program in memory under a new file name.

Go End

Terminates an interrupted program and closes all open files.