ooRexx 5.0 introduced the IdentityTable class, but did not document it.
C:\Users\flatr>rexxtry
REXX-ooRexx_5.2.0(MT)_64-bit 6.05 31 Aug 2025
rexxtry.rex lets you interactively try REXX statements.
Each string is executed when you hit Enter.
Enter 'call tell' for a description of the features.
Go on - try a few... Enter 'exit' to end.
it=.identityTable~new
........................................... rexxtry.rex on WindowsNT
it~put(.alarm, .alarm)
........................................... rexxtry.rex on WindowsNT
say .alarm~defaultName
The Alarm class
........................................... rexxtry.rex on WindowsNT
it~put(.alarm, "nixi")
........................................... rexxtry.rex on WindowsNT
do counter c with index i1 item i2 over it;say c":" i1":" i2;end
1: The Alarm class: The Alarm class
2: nixi: The Alarm class
........................................... rexxtry.rex on WindowsNT
do counter c with index i1 item i2 over it;say c":" i1"/"i1~class~id":"
i2"/"i2~class~id;end
1: The Alarm class/Class: The Alarm class/Class
2: nixi/String: The Alarm class/Class
........................................... rexxtry.rex on WindowsNT
What should be the description, the purpose of the IdentityTable?
Should it be documented in rexxref.pdf or not?
---rony
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel