Then the docs need to be fixed. In general, a package object does all of
it's required initialization on its creation. This includes fully doing all
initializations required by the class objects.

Rick

On Fri, May 31, 2024 at 3:00 PM Gilbert Barmwater <gi...@bellsouth.net>
wrote:

> I've been experimenting with the .package class and have run into
> somewhat puzzling behavior.  I am trying to create a .package object
> from a file which, according to the documentation, should look like this:
>
> thePkg=.package~new(fileName)
>
> When I do this I DO get a package in thePkg, BUT the package also gets
> loaded(executed) as if I had issued a
> .context~package~loadPackage(fileName).
>
> The docs do not indicate that this is to be expected.  Help!
>
> --
> Gil Barmwater
>
>
>
> _______________________________________________
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to