Category talk:Wren-big: Difference between revisions

m (→‎Source code: Removed a superfluous line.)
(→‎Source code: Bug fix.)
Line 140:
static trim_(a) {
var i = a.count - 1
while(i >= 0 && a[i] == 0) {
a.removeAt(i)
i = i - 1
9,482

edits