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 lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to