Micro:bit Loop Blocks

Loop control is one of the basic building block of programming languages. It enables the program to do repetitive tasks that human cannot keep up with. The loop commands include: for, while, repeat, and for of.