Help for this page
do { BLOCK } while ( COND );
while ( COND ) { BLOCK }
do { BLOCK } for ( LIST );
for ( LIST ) { BLOCK }