Removes user variables associated with the specified scope.
Parameter:
scope
If this parameter is not specified, the global scope is assumed by default.
namePrefix
When specified, only those variables will be removed, whose names start with the given prefix. If not specified, all variables will be removed.
removeVar()