returnfunction() -- Deletes the variable called 'myUserVar' in the 'UserVars' variable set. localsuccess = DelVar(UserVars(), "myUserVar") -- Prints the outcome of the deletion outcome. ifsuccessthen Printf("Variable is deleted.") else Printf("Variable is NOT deleted!") end end