The interpreter doesn't guarantee that String objects are unique, i. e. at most one copy of e. g. a string "FUNCTION" can exist, does it?
Most of the interpreter code uses strCompare(GlobalNames::NNN), but there are rare exceptions doing a direct compare like == GlobalNames::NULLSTRING or == GlobalNames::FUNCTION. Is a null string always unique?
_______________________________________________ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel