Format:
clear (@var);
Clear the referenced variable. If the variable is an array, the entire array will be cleared.
Examples:
clear @a;
clear @b[];