Abraxas/ECS C++ Home Table of Contents
/*
*/
Function Name: main() main() { while ( 1 ) { break; // no continue; // no } for ( ;; ) { // Avoid break and continue in iteration statements. break; }
main() {
while ( 1 ) {
break; // no
continue; // no
}
for ( ;; ) {
break;