UNDEFINE

Syntax

UNDEFINE <variable>;

Description

Deletes the variable <variable>. If there is no variable with the specified name, an error is reported.

Example

undefine message;