clear

Syntax: clear(variable)

Description: Clears the specified variable or, if blank, clears all variables.clear()clears local variablesclear("variables") clears local variablesclear("globals") clears global variablesclear("functions"" clear function cacheclear("all") clear local variables, global variables and function cache

Group: general

Note: The variable should be given as a string containing the variable name.

Example:

Also see: who, whos

Implemented in: LambdaCLEAR.java