User Guide

Example 5: Unknown number
IF v = 18
If v = 18 then move forward 1 tile
Else left left
End the IF
Run the loop again until it’s been run 5 times, then exit the loop
58