When someone ports OOREXX to z/OS and adds TSO support.

--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3

________________________________________
From: IBM Mainframe Discussion List [[email protected]] on behalf of 
David Crayford [[email protected]]
Sent: Sunday, June 20, 2021 9:40 PM
To: [email protected]
Subject: Re: Coding for the future

On 21/06/2021 2:08 am, Paul Gilmartin wrote:
> Do you want to report every error, or leave after the first one?
> I wish Rexx supported multi-line strings.
>
> I wish Rexx would let me:
>      do List = "ssn ssx stm wcn wcx wln wlx wld" while List<>""
>          parse var List L List
>          /* etc.  */

When will REXX support iterators and generators like Python, Ruby, Lua etc

for word in "ssn ssx stm wcn wcx wln wlx wld".split()

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to