Sorting algorithms/Permutation sort: Difference between revisions

Content added Content deleted
No edit summary
m (→‎{{header|Wren}}: Minor tidy)
Line 2,398: Line 2,398:
{{trans|Go}}
{{trans|Go}}
{{libheader|Wren-sort}}
{{libheader|Wren-sort}}
<syntaxhighlight lang="ecmascript">import "/sort" for Sort
<syntaxhighlight lang="wren">import "./sort" for Sort


var a = [170, 45, 75, -90, -802, 24, 2, 66]
var a = [170, 45, 75, -90, -802, 24, 2, 66]