do { BLOCK } while ( COND ); #### while ( COND ) { BLOCK } #### do { BLOCK } for ( LIST ); #### for ( LIST ) { BLOCK }