* add block to stop program * renaming
Stops the program and returns to the brick menu
brick.exitProgram();
Do a sequence of motor commands and stop the program.
motors.largeA.run(50) pause(500) motors.stopAll() brick.exitProgram();