<?php$k = -1;while (++$k && --$k){ print $k;}?>
The first condition itself fails thus the loop exits.
Previous Question Next Question
Your comments will be displayed only after manual approval.