<?php $cadence = 1; for ($i = 0; $i < 10; $i += $cadence) { echo "{$i}\n"; } echo "\nDone.\n";
You have javascript disabled. You will not be able to edit any code.