Re: Strange behavior in sequence handling

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

Henri.Goffin at sbs.be wrote:
> ...
sequence L
with trace
trace(1)
-- OK
L = {'a', 'b', 'z'}
L = {L, 1, 2}
L = {L, 4, 5}
-- probably OK all along the line> -- Weird
> L = {'a', 'b', 'z'}
> L[1] = L                -- Still OK
> L[1][1] = L     -- Wow! Is this LISP or Prolog or something?
> trace(0)
> 

Henri,

I agree, seems you found a bug (which is really seldom now)! To much
recursion!

Have a nice day, Rolf

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

Search



Quick Links

User menu

Not signed in.

Misc Menu