Permutations: Difference between revisions

→‎{{header|REXX}}: changed the version names. -- ~~~~
(→‎{{header|Perl 6}}: incorrect: does not compile ("nominal type check failed"))
(→‎{{header|REXX}}: changed the version names. -- ~~~~)
Line 2,055:
 
=={{header|REXX}}==
===version 1names===
This program could be simplified quite a bit if the "things" were just restricted to numbers (numerals),
<br>but that would make it specific to numbers and not "things" or objects.
Line 2,156:
</pre>
 
===version 2numbers===
This version is modeled after the Maxima program (as far as output).
<br><br>It doesn't have the formatting capabilities of REXX version 1, nor can it handle taking <math> X </math> items taken <math> Y </math> at-a-time.