Futurebasic/Language/Reference/clear statement

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

Clear

[edit | edit source]

Statement

[edit | edit source]

✔ Appearance ✔ Standard ✔ Console

Syntax

[edit | edit source]
CLEAR

Description

[edit | edit source]

Sets all global and "main" program variables (including array elements) to zeros or null strings. Variables defined in local functions are not affected (see the LOCAL statement).

See Also

[edit | edit source]

[CLEAR] LOCAL statement

Language Reference