set

The set command sets the value of a global variable, that could be used on any expression. The syntax is:

set <name> = <value>;

Examples

set A = 2;
set B = A + 5;