PreviousNext
Help > REFERENCE OF THE BUILT-IN FUNCTIONS > Others > clear
clear

Format:

clear (@var);

Clear the referenced variable. If the variable is an array, the entire array will be cleared.

 

Examples:

 

clear @a;

clear @b[];