2.7 Line Follower

The content on this page was translated automatically.

Nesting:

if (condition 1) {

    if (condition 2) action 1 2;&

    else action 1 n2;                     &

}

else {

    if (condition 2) action n1 2;&

    else action n1 n2;                     &

}