Example (from simple BASIC) - FOR X = 1 to 10; PRINT 1/X; NEXT.
... would suck if, basically, you solved this with nested if-then loops. It would be really ...