User Guide

LOOP CARDS
Loop repeats the code that is between the “Loop Start” and “Loop End”, not including
the * number cards. Adding * number card after this card, defines how many times
the loop runs. .
You can replace the * number card for a “Read variable” or a “Read Tile” card
E.g. Loop Start 12 {Move Forward} Loop End; this moves KaiBot forward 12 spaces.
Loop is different to the Conditional Repeat.
Loop End is used to close the braces {} of the loop.
LOOP EXAMPLE
This example shows (move forward, turn right), 5 times in the loop.
NUMBER CARDS
Number cards can be added directly after any card that displays the green
They can be used along with movement, loops, conditionals and variables.
31