void RobotMaze::loop() { ... end(); // loop() will not execute the next time. ... // These instructions, till the end of loop(), will execute, for the last time. ... }
Popis svih funkcija je ovdje.