LEGOテクニック

LEGO 【MINDSTORMS】EV3

Stop Block






The Stop Program block immediately terminates all programming block sequences and ends the program.

You can put a Stop Program block at the end of any sequence in your program, including sequences that appear inside a Switch, Loop, or My Block. If the Stop Program block is reached and executes, the entire program will end.

*The Stop Program block is optional. When all sequences in a program end, the program ends automatically.