On Tue, 2 Feb 2021, at 16:55, Paul Gilmartin wrote:

> Does OOREXX require preallocation of compounds with a "new" method?

No.  If you write "classic rexx" without using any of the OO stuff, (or using
only a subset of it) you can choose just to have eg:

  tax.3 = 20

without anything prior referring to "tax.".  In most of my code there is eg a

  tax. = 0 

or whatever I think I'd like the default value of any element of tax. to 
contain,
and I usually comment what that stem will be used for, and its structure at
the same time.

-- 
Jeremy Nicoll - my opinions are my own.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to