Help for this page
for $n (1 .. 100)
for($n = 1; $n <= 100; ++$n)
do { ..... last if $some_condition; } while($some_other_condition);