I've seen a few hacked block projects with a foreach loop, but most of them only have one, which makes nesting hard because you can't edit the dropdown, so here are 26 foreach loops with different variables. For those who don't know what a foreach loop does (actually the block that Scratch calls foreach is more like a for loop), it counts to the number you enter, using the variable in the dropdown. So for each [i] in (10) say (i) for (1) secs will count from 1 to 10 with the variable i, and for each number it will say it for 1 second.