Best shuffle: Difference between revisions

m
→‎{{header|PowerShell}}: incomplete and incorrect templates
m (→‎{{header|REXX}}: further indented a DO loop.)
m (→‎{{header|PowerShell}}: incomplete and incorrect templates)
Line 2,266:
 
=={{header|PowerShell}}==
{{incomplete|PowerShell|This code does not print scores.}}
{{incorrect|PowerShell|Seasaw should have a score of 0, which it clearly doesn't have.}}
<lang PowerShell>
function Best-Shuffle($strings){
Anonymous user