The statement
> delete IDENTIFIER;
makes the identifier into an unassigned variable, as it was before it was assigned.
> clear;
makes all identifiers unassigned.