Re: define loop statement?
"Benji York" <benji@benjiyor k.com> wrote in message
news:mailman.21 14.1140318344.2 7775.python-list@python.org ...[color=blue]
> Here's a flagrant hack:[/color]
Admiration wins out over revulsion. ;-)
Thanks,
Alan Isaac
PS Here's the motivation. Python closely resembles pseudocode. With
a very little LaTeX hacking, it is often possible to write algorithms is
Python that typeset as reasonable pseudocode. A simple repetitive
loop is a bit of a sticking point.
"Benji York" <benji@benjiyor k.com> wrote in message
news:mailman.21 14.1140318344.2 7775.python-list@python.org ...[color=blue]
> Here's a flagrant hack:[/color]
Admiration wins out over revulsion. ;-)
Thanks,
Alan Isaac
PS Here's the motivation. Python closely resembles pseudocode. With
a very little LaTeX hacking, it is often possible to write algorithms is
Python that typeset as reasonable pseudocode. A simple repetitive
loop is a bit of a sticking point.
Comment