It appears that the NEW method of Array initializes (e.g. reserves the memory for) an array. Would
it be possible in principle to move initialization to Array's INIT method?
(This way, a subclass of Array would become able to process (maybe change) the arguments in its INIT
method and then do a self~init:super(...).)
If so, what would be the possible consequences?
---rony
P.S.: Question related to <https://sourceforge.net/p/oorexx/bugs/2034/>.
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel