">
<?php$n = 12;if ($n-- - --$n - $n) print "First";else print "Second";?>
Computing the expression in the if clause,it sums upto to 2 which is a positive value.
Previous Question Next Question
Your comments will be displayed only after manual approval.