Futurebasic/Language/Reference/clear statement
Clear
editStatement
edit✔ Appearance ✔ Standard ✔ Console
Syntax
editCLEAR
Description
editSets 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[CLEAR] LOCAL statement