Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CATROID-1388 Wrote CLT for Repeat Until Brick
Added CLT since there are currently no tests for this control brick. Brick Functionality tested: - Increment var counter until condition fulfilled. - Decrement var counter until condition fulfilled. - No increment when condition immediately fulfilled when starting the loop. - Increment variables within nested loops where the condition of the outer loop depends on the condition of the inner loop.
- Loading branch information