DELVAR

Delete your own variable

Syntax

DELVAR varName 

varName - Your variable name with exact name match. Using  deletes all.

Examples

DELVAR myVar
DELVAR *

Notes

Demos