"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes:
> fun median {
>  var x = 0.
>   while( *p++) {
>     if( (*p) > x) x = *p.
>   }
>   return x.
> }

I count two variables, p and x.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to