5
6
©2017 The LEGO Group.
10
Program with WeDo 2.0
Repeat Block
Use this block to repeat actions. Blocks
placed inside the Repeat Block will be
looped. This can also be called the “loop
block.” The loop can be repeated forever,
for a certain amount of time, or until
something happens.
Pseudocode: Repeat step ... forever
Start on Key Press Block
When used, always placed at the
beginning of a program string. Press on it,
or on the correct letter on the keyboard
to start the program string you have
written. All of the program strings with
the same letter will start at the same
time. To change the letter of activation,
long press on the block to get access to
the keyboard.
Pseudocode: Start program on tap “A”