Or even old loop constucts
Or even old loop constucts
Posted Jul 5, 2013 6:22 UTC (Fri) by cmrx64 (guest, #89304)In reply to: Or even old loop constucts by mcmechanjw
Parent article: Philosophy and "for" loops — more from Go and Rust
Well, Rust has
loop {
S;
if cond { break }
T;
}
