Removes a user variable with the specified name from the specified scope.
Parameters:
scope
If this parameter is not specified, the global scope is assumed by default.
name
true
, if the variable has been removed
false
, if no variable with such a name exists
removeVars(), setVar(), getVar(), checkVar()