and |
Operatore logico |
backward(…) |
 |
break |
Interruzione della ripetizione |
coinFlip() |
|
east(…) |
EST |
eatUp() |
Mangia il faro |
end |
Interruzione del programma |
false |
Costante logica |
forward(…) |
 |
frontIsBeacon() |
? |
frontIsBlack() |
? |
frontIsClear() |
? |
frontIsObstacle() |
? |
frontIsWhite() |
? |
goto(…,…) |
Porta il robot alla posizione specificata |
if(…) {…} |
Selezione singola |
if(…) {…} else {…} |
Selezione doppia |
left() |
 |
leftIsBeacon() |
? |
leftIsBlack() |
? |
leftIsClear() |
? |
leftIsObstacle() |
? |
leftIsWhite() |
? |
north(…) |
NORD |
not |
Operatore logico |
paintBlack() |
 |
paintWhite() |
 |
pickUp() |
 |
procedure … (…) {…} |
|
putDown() |
 |
repeat(…) {…} |
Ripetizione |
repeatWhile(…) {…} |
Ripetizione condizionata |
return |
Interruzione della procedura |
right() |
 |
rightIsBlack() |
? |
rightIsClear() |
? |
rightIsObstacle() |
? |
rightIsBeacon() |
? |
rightIsWhite() |
? |
stopPainting() |
 |
south(…) |
SUD |
west(…) |
OVEST |