<?php $n = 100; for($i=0; $i<100; $i++){ print $i + $n; $n = $n-2; }
You have javascript disabled. You will not be able to edit any code.