[Next][Prev] [Right] [Left] [Up] [Index] [Root]

Deleting an identifier

The statement

> delete IDENTIFIER;

makes the identifier into an unassigned variable, as it was before it was assigned.

The statement

> clear;

makes all identifiers unassigned.

 [Next][Prev] [Right] [Left] [Up] [Index] [Root]