NAME
new - Instanciate an object or reference to the cTCL heap
SYNOPSIS
new class_namespace ?arg arg ...?
new class_namespace*
DESCRIPTION
-
In the first form, creates an object from class_namespace and
places it's contents within a unique namespace determined by cTCL.
The heap namespace is presently ::cTCL::heap, but do not count on this
always being true in future versions. The extra arguments, if
present are passed to the constructor.
-
reference myref [new ::myclass]