Count the coins/0-1: Difference between revisions

Content added Content deleted
m (→‎{{header|Wren}}: Minor tidy)
 
Line 39: Line 39:
.width = width
.width = width


F count(Int sum; [Int] used, have, uindices, rindices) -> N
F count(Int sum; [Int] used, have, uindices, rindices) -> Void
I sum == .want
I sum == .want
.count1++
.count1++