| $ClassPrefix is used to generate the name of an anonymous class created by New. $ClassPrefix itself must be a valid symbol name, because only a number is added to form a new symbol name. |
This loads the package.
Here is the default value of $ClassPrefix. Typically, $ClassPrefix is not changed.
We create an object of an anonymous class. In order to see the real class name we look at it in input form.
Another prefix may be used, but it is not checked for uniqueness. The class name is always specially formatted, even if another prefix is used as during its creation.
|