2 lines
65 B
Text
2 lines
65 B
Text
|
|
flagSort[data_List] := Sort[data, (#1 === RED || #2 === BLUE) &]
|