Talk:Permutations with repetitions: Difference between revisions

m
→‎another variant of the: changed the section header name. -- ~~~~
(→‎REXX implementation limits: fixed corrupted updates. -- ~~~~)
m (→‎another variant of the: changed the section header name. -- ~~~~)
Line 49:
----
 
==another variant of the REXX example==
This REXX version:
* simplifies many statements
Line 65:
 
do k=names='' then e.k=k
else parse var names e.k names
end /*k*/
a=''