User Guide

A similar example to above but uses a repeat forever, and only exist when a condition is true
Example 2: Repeat + increase variable
Always define functions before record program start
Repeat is a never-ending loop and can only exit when a condition is true.
Run the Function 1 that increments the value of the variable + 2
Move forward 1 tile / 15 cm / 6”
IF v > than 5 then exit the repeat, otherwise
repeat forever.
53