top | item 24579249

(no title)

benaubin | 5 years ago

10 [EASY|QUICK|WEIRD] STEPS = Range

[list expr] FOR [variable name] = map operator

discuss

order

rcfox|5 years ago

Would be nice to fit "NUMBER X WILL SURPRISE YOU" in there as a way to break out of the loop (`if (i == x) { break; }`), but I think that would require tracking the loop variable as context, which kinda sucks.