When we try programming RB-88 with R+BLOCK, we found a weird response when programming Repeat in Repeat:
When the number of outer Repeat is not 2 more than the number of inner Repeat (for example, outer: 3, inner: 2), then the outer Repeat will only run once!
R+BLOCK:
Result:
And when the number of outer Repeat is 2 or more than the number of inner Repeat (for example, outer: 4, inner: 2), then the outer Repeat will run forever!
R+BLOCK:
Result:
We tested on CM-151 and RB-100, also getting the same weird response.
Is this a bug in R+BLOCK?