Reference: delete
delete(s) removes the identifier (variable) named s. s is the name of the identifier, and this a string.
Example: delete("r") removes the identifier named "r".delete(s) removes the identifier (variable) named s. s is the name of the identifier, and this a string.
Example: delete("r") removes the identifier named "r".