This loads the package.
First, a class is defined. A default constructor is internally added, because there is no user-defined one.
Objects may now be created and used (objects in output are formatted specially). The newly created object needs not to be assigned first.
The constructor may get arguments. The next class prints such an argument. Even a hold attribute is allowed. |