This block works for both EV3 Robot and Ruby Robot!
The Break block terminates a loop.
While in a loop, when the program execution reaches the Break loop, the loop is terminated and program execution continues with the block that follows.
To use this block, just add it to a loop in your program.
Comments
Please sign in to leave a comment.