User Manual

168
block, and combine the two code blocks, as shown below:
3. Click the setting button , the selection box is retracted, if /else
sentence setting is completed, as shown below:
1.6.10 Loop
forever
The command contained in the loop will be executed in infinite loop.
repeat() times do
The command contained in the loop will be executed X times.
repeat while/until do