# File karel/karel_window.rb, line 375
     def turn_off_robot(robot)
       # robot.delete_all
       robot.greyOut
       robot.move(0)
     end