| Did you know ... | Search Documentation: |
| pce<-instance |
|functionnew()). @pce pce<-instance
converts the first argument into a class. This process deals with
handling class-names rather then class
objects and invokes the autoloader if the class does not yet exist (see pce_autoload/2
and
pce<-exception_handlers).
Next, the method class<-instance
is called to create the new instance.
The following function creates a new point object each time it is evaluated:
?(@pce, instance, point, 4, 5)
See also class create, class<-instance
and @vmi_new.
<-instance