Loop -> Conditional -> Comparison Operators reversed
-
"Loop until index"
< is less than
works as greater than (>) should.
≠ is not equal to
works as is equal (=) to should.
-
Conditional loops say "Loop until" but instead it loops while the condition is true.
Same bug, and I made another post recently about it so hopefully they'll fix it soon.
-
Oops missed this one. Sorry.