QBasic 1.1: CLEAR Statement

Syntax

CLEAR [,,stack&]

Description / Parameter(s)

stack& Sets the size (in bytes) of stack space for your program.

Example

CLEAR ,,2000