We can do:
using (Stream s ..)
and:
for (int i ...)
Why can't we as well do something like:
while ((int i = NextNum()) > 0) {..}
I find it very useful and sensible.
We can do:
using (Stream s ..)
and:
for (int i ...)
Why can't we as well do something like:
while ((int i = NextNum()) > 0) {..}
I find it very useful and sensible.