On Fri, 18 Feb 2022 12:11:57 +0100, Rony wrote:
>As René mentioned already, ooRexx has full introspection. As ooRexx is
>compatible with REXX (one can use ooRexx to run REXX programs that do not use
>any of the new features of ooRexx) it is interesting how the Object REXX
>developers at IBM handled that.
>
Only mostly compatible. It has been discussed here that:
A. = "Preset"
A.42 = "Answer"
B. = A. /* Behaves differently in ooRexx. */
DROP A.45
SAY SYMBOL( 'A.45' ) /* Behaves differently in ooRexx. */
--
gil
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN