User Guide

Example 1: Loop + increase variable
IF v > than 5
Move forward 1 tile if v > 5
IF v is less than 5, turn left
End the IF
Run the loop again until it’s been run 5 times, then exit the loop
52