Swap [Obj,Obj,Obj]¶
Description¶
Swaps the columns of a 3-column input [OBJ,OBJ,OBJ]
in all allowed permutations.
Input¶
ABC [OBJ,OBJ,OBJ]
: a 3-column input
Output¶
ACB [OBJ,OBJ,OBJ]
: the same asABC
, but with swapped columns as in the nameBAC [OBJ,OBJ,OBJ]
: the same asABC
, but with swapped columns as in the nameBCA [OBJ,OBJ,OBJ]
: the same asABC
, but with swapped columns as in the nameCAB [OBJ,OBJ,OBJ]
: the same asABC
, but with swapped columns as in the nameCBA [OBJ,OBJ,OBJ]
: the same asABC
, but with swapped columns as in the name