Program robots using technologies created from industry experts. ARC is our free-to-use robot programming software that makes features like vision recognition, navigation and artificial intelligence easy.
The above code loops forever... If you want to stop the script use the command below or to just exit the loop but stay in the script you can use a different "Goto/Label" command to put you outside the loop...
Code:
Halt() #stops a script
$x=0 :top # do something if($x=1) goto(exit) #exit the loop only endif
Code:
It generates this code...
is that only in the begin ? loop forever or is there at the end also a command.
Code:
Use Blockly to learn how to program