Associative array/Merging: Difference between revisions

m
→‎{{header|REXX}}: added wording to the REXX section header.
m (→‎{{header|REXX}}: added wording to the REXX section header.)
Line 519:
=={{header|REXX}}==
The REXX language has no native support to acquire the keys of an associate array after they have been defined,  
<br>so it must be performed at definition time, &nbsp; but there are function packages to perform this function.
 
Some extra coding was added to support adjustable (maximum) widths for the displaying of the associate array names, keys, and values.