Basic instructions
In each domain there are a fixed number of basic instructions you may use
to write a program. You're only allowed to use this instructions directly when
writing the script. For our robot the following basic instructions exist:

| Move |
elõre(n) |
Move n steps forward |
hátra(n) |
Move n steps backward |
balra |
Turn left over 90 degrees |
jobbra |
Turn right over 90 degrees |
északra(n) |
Turn to head north and move n steps forward |
délre(n) |
Turn to head south and move n steps forward |
keletre(n) |
Turn to head east and move n steps forward |
nyugatra(n) |
Turn to head west and move n steps forward |
|
| Paint |
fessFehéren |
Put the brush with white paint to the ground. |
fessFeketén |
Put the brush with black paint to the ground. |
neFess |
Stop painting, hide the brush |
|
| Grab |
veddFel |
Get the beacon in front of the robot |
teddLe |
Put a beacon in front of the robot |
|
| Flip coin |
érmeFej |
Flip a coin to make a random choice. érmeFej will either be true or false. |
|
| See |
Left |
Front |
Right |
|
balraAkadály
balraSzabad
balraBója
balraFehér
balraFekete |
szembenAkadály
szembenSzabad
szembenBója
szembenFehér
szembenFekete |
jobbraAkadály
jobbraSzabad
jobbraBója
jobbraFehér
jobbraFekete |
|