Table of Contents

ugBASIC User Manual

CLEAR

SYNTAX

   CLEAR size

PURPOSE

The CLEAR command serves two purposes: when CLEAR is executed, all numeric variables are initialized to zero and all strings are set to the empty string (“”). This is especially useful at the beginning of a program to ensure that there are no residual values from previous executions. It can be used to resize (statically) allocated memory for dynamic strings. This may be necessary to avoid “out of memory” errors when working with strings.

EXAMPLE

  CLEAR 2048

ABBREVIATION

 Clr

AVAILABLE ON

ANY PROBLEM?

If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!

POWERED BY