Jeremy Jones wrote:
> Will McGugan wrote:
>
> >Tim Peters wrote:
> >
> >
> >>[john basha]
> >>
> >>
> >>
> >>>send me the britney nude photos
> >>>
> >>>
> >>Because they're a new feature, you'll have to wait for Python 2.5 to
> >>be released.
> >>
> >>
> >
> >She has just spawned a child process.
Forth clarifications below...
Rocco Moretti wrote:
>
> So for Math you'd do something like:
>
> y = b + mx + cx^2
>
> IIRC, for Forth it would be something like (please excuse the mistakes
> in operator notation):
>
> x 2 ^ c * m x * + b + 'y' setvar
Assuming these are all VALUEs:
x DUP * c *