in reply to Re: Clever vs. Readable
in thread Clever vs. Readable

Only
$result = min($a, $a);
is incorrect, supposed to be
min( $a, $b);