In ooRexx 5.0 there is a package local directory of type .Directory:

    G:\test\oorexx\wopi>rexx -e "say .context~package~local"
    a Directory

AFAIR the new class .StringTable was intended as a faster replacement for 
.Directory, which may be
slower as it is possible that methods get stored with it. So why is it that 
package's local is not
of type StringTable, but of type Directory?

---rony

_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to