Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

foreache

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

Name: Anonymous 2014-01-21 21:29

>>11
Iteration by stream? What are you talking about? How does:

int pointless;
for (int i = 0; i % 13 != 0; i += 3) {
pointless = i;
}

have anything to do with streams? It's a control construct.

And why are you talking about exhaustion? and interleaving iterators? You can have variations of foreach with something like break and return or a "Knuth style" mutli-body foreach construct with by clauses.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List