I guess just because the compiler transform loop as do while, so the generated code whether c or js just match this statement.
- What is the purpose of do {} while (false) in JavaScript output? xigoi
- What is the purpose of do {} while (false) in JavaScript output... bung