Jump to content

Associative Arrays for Rexx

From EDM2
Revision as of 03:27, 10 November 2020 by Martini (talk | contribs) (Created page with "Associative arrays for Rexx is a seemingly needless set of routines for creating associative arrays. The advantage over Rexx stem variables is that you can pass these arrays t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Associative arrays for Rexx is a seemingly needless set of routines for creating associative arrays. The advantage over Rexx stem variables is that you can pass these arrays to subroutines and make complete copies of them.

Files
  • rxhash.DLL

License

  • Author: Patrick TJ McPhee

Links