while ( x > 0 ) { if ( ... ) { x = ... } ... }
for p in 1 .. 10 loop .. end loop;
Collection<String> c = new LinkedList<String> (); for (String s : c) { ... }