foreach ( 1 .. 10 ) : loops 10 times, not requiring a control variable
foreach ( 1 .. 10 ) { print "*"; }