( 2.31.New operators: 'eq', 'ne', 'last', '..' ) ?

David C. Ullrich ullrich at math.okstate.edu
Sat Jan 22 16:29:53 EST 2000


Adrian Eyre wrote:

> > I like the following syntax for readability, and feel the this should be
> > implimented in Python:
> >
> >       sub     ax,bx           # Lets keep the python comment symbol
> >       jne     Mylabel         # We also need labels
> >         rtn                   # Notice all commands are three chars
> > Mylabel
> >       add     00h,ax
> >
>
> I feel this may be too confusing. I'd prefer a syntax like this:
>
> 1000101001011101010010101001010100010010010001000100100101000101
> 1011000001100100100010010010001010011101001001010100100101010010
>
> etc.

    This is the second place I've seen the "etc." operator in this thread.
I can't find it in the docs - what gives?

>
> --------------------------------------------
> Adrian Eyre <a.eyre at optichrome.com>
> http://www.optichrome.com




More information about the Python-list mailing list