Computer Science - Block-Based Programming - Loops in block programming - Loop Types in Scratch
Interactive comparison of 3 loop types. (1) [repeat N]: Runs exactly N times then stops. Demo: [repeat 4: move 100, turn 90] draws a square. Slider for N: watch different shapes form (3=triangle, 5=pentagon, 6=hexagon, 36=circle-like). (2) [forever]: Runs FOREVER until stopped. Demo: [forever: move