Re: "Nasty" bug

new topic     » goto parent     » topic index » view thread      » older message » newer message
_tom said...

oE works "as expected"; Phix gives a different result when index is one (1).

    lst[1] += set( ball, index) 

If you replace that with

    lst[1] = lst[1] + set( ball, index) 

Then eui and phix behave the same.

I think I have a slight preference for "lst[1] +=" always behaving exactly the same as "lst[1] = lst[1] +", and hence have no plans to change anything.

Pete

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu