I'd like to add a few more cases:

    (1, $a)[0]  = 42;  # dies ?
    (1, $a)[0] := 42;  # dies ?
    (1, $a)[1]  = 42;  # modify $a ?
    (1, $a)[1] := 42;  # makes $a constant ?

Ingo Blechschmidt wrote:
> (These questions were motivated by Flavio's work in progress [2] ("A
> draft on the runtime view of how Lazy things (like Arrays) work").)

Thanks for reading!

- Flavio S. Glock

Reply via email to