Or even old loop constucts
Or even old loop constucts
Posted Jul 5, 2013 14:22 UTC (Fri) by NRArnot (subscriber, #3033)In reply to: Or even old loop constucts by mcmechanjw
Parent article: Philosophy and "for" loops — more from Go and Rust
What am I missing? What is the difference? "while( True)" clearly means loop forever unconditionally; "if( cond) break" clearly provides the test which rescues the program from the unconditional infinite loop; the structure is the same.
