Hash join: Difference between revisions

No change in size ,  8 years ago
m
m (→‎{{header|REXX}}: added/changed whitespace and comments.)
Line 1,412:
#=#-1 /*adjust for the DO loop (#) overage.*/
do j=1 while R.j\=='' /*process a nemesis for a name element.*/
parse var R.j x nemesis /*extract the name and it'sits nemesis. */
if hash.x=='' then do; #=#+1 /*Not in hash? Then a new name; bump #*/
S.#=',' x /*add a new name to the S table. */
2,295

edits