Name: Anonymous 2014-01-20 18:58
what is you're opinion on foreache loops?
i don't like em cuz they ache in the fore
i don't like em cuz they ache in the fore
int pointless;
for (int i = 0; i % 13 != 0; i += 3) {
pointless = i;
}
foreach
with something like break
and return
or a "Knuth style" mutli-body foreach
construct with by
clauses.