Standard Forth versus Python: a case study

Paul Rubin http
Thu Oct 12 07:34:53 EDT 2006


"idknow at gmail.com" <idknow at gmail.com> writes:
> fun median {
>  var x = 0.
>   while( *p++) {
>     if( (*p) > x) x = *p.
>   }
>   return x.
> }

I count two variables, p and x.



More information about the Python-list mailing list