repeat(){ if(leftIsWhite()){ # Il ya une tache blanche au gauche left() forward(1) end } else{ # Il n'y a pas de tache blanche encore forward(1) } }