mdhughes.tech
REXX Monarchial Madness is Hereditary - Mark writes
So, I was trying to figure out how to manage global vs. local state, and made the dumbest program possible: /** array.rexx */ a. = 0 a.0 = 10 DO i = 1 TO a.0; a.i = i; END SAY array_string(“a…