Skip to content

NEW

Syntax

NEW

Purpose

To delete the program currently in memory and clear all variables.

Remarks

See Also

  • CHAIN - To call a program and pass variables to it from the current program
  • CLEAR - To set all numeric variables to zero and all string variables to null; and, optionally, 'to set the end of memory and the amount of stack space
  • COMMON - To pass variables to a CHAINed program
  • CONT - To continue program execution after a Control-C has been typed, or a STOP or END statement has been executed
  • END - To terminate program execution, close all files and return to command level
  • RUN - Executes the current program or loads and runs a program from disk
  • STOP - To terminate program execution and return to command level
  • SYSTEM - Exits MBASIC and returns to the operating system