aSymbol -
A symbol object identifying the variable that will be created in the
current context.
aValue -
A numeric object.
Returns:
The newly created integer mutable numeric object.
Creates a new integer mutable numeric object and initializes it
with aValue. If the aSymbol argument
is specified then a variable is created in the current context
and a reference to the new object is stored in it.