task main(){ SetSensor(IN_2,SENSOR_TOUCH); OnFwd(OUT_AC, 75); while (true) { if (SENSOR_2 == 1){ Off(OUT_AC);
} }}