Re: Rob: Q: Re: Major Bug in Interpreter [Attn: Robert Craig]

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

Vincent wrote:
> Couldnt you just have made foo[$] translate to foo[length(foo)] in the
> Euphoria IL?

I've implemented $ efficiently, so it takes advantage of
the subscripting that has occurred so far (moving left to right),
rather than recalculating it. 
    foo[i][j][k][$] 
implemented simply as: 
    foo[i][j][k][length(foo[i][j][k])]
would not be very efficient.

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

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

Search



Quick Links

User menu

Not signed in.

Misc Menu