Commits

Dave Zarzycki committed a2435e1044c
Fix "continue" in do/while loops Differing from C will only surprise people. If we want some new do/while like loop construct that does not evaluate the condition after a "continue" statement, then we should call the loop construct something else or invent some kind of new "startover" statement. Swift SVN r3881