Exemplo n.º 1
0
 var(newRight, count2) = Number(right, count1); // recursive call / use the count returned from the previous call
 return(Branch(newLeft, newRight), count2);     // pass on the updated count
Exemplo n.º 2
0
 var(newLeft, count1)  = Number(left, count);   // recursive call