Permutations by swapping: Difference between revisions

m
→‎REXX ersion 1: seems to be faulty
m (Add ooRexx and REXX version 2)
m (→‎REXX ersion 1: seems to be faulty)
Line 2,782:
=={{header|REXX}}==
===Version 1===
This program does not work asdescribed in the comment section
and I can't get it working for 5 things. -:( --Walter Pachl 13:40, 25 January 2022 (UTC)
 
<lang rexx>/*REXX program generates all permutations of N different objects by swapping. */
parse arg things bunch . /*obtain optional arguments from the CL*/
2,295

edits