while (isPathForward()) { moveForward(); if (pilePresent()) { dig(); } if (holePresent()) { fill(); } }
No comments:
Post a Comment