if/else |
Choice
structure |
repeat |
Repetition
structure |
for |
Repetition
structure |
while |
Control
stucture |
do |
Control
stucture |
radar |
Object
detection |
direction |
Work
out a direction |
distance |
Calculate
a distance |
wait |
Wait |
move |
Forwards
(+) or backwards (-) |
turn |
Turn
left (+) or right (-) |
goto |
Go
to a specific position |
motor |
Direct
commands for the motors |
jet |
Direct
commands for the jet propulsion |
message |
Display
a message |
|
pendown |
Lower
the pen to start drawing |
penup |
Lift
the pen up to stop drawing |
pencolor |
Color
of the pen |
penwidth |
Size
of the pen's tip |
grab |
Take
an object |
drop |
Put
an object down |
fire |
Shoot
with the robot's weapon |
receive |
Receive
data from an information post |
send |
Send
data to an information post |
class |
Declare
a class |
public |
Indicates
a public function |
private |
Indicates
a private field |
static |
Indicates
a static field |
new |
Creates
a new instance |
this |
Refers
to the current instance |
|