Re: Creating list references in handlers. Bad code or bug?
Re: Creating list references in handlers. Bad code or bug?
- Subject: Re: Creating list references in handlers. Bad code or bug?
- From: Victor Yee <email@hidden>
- Date: Mon, 17 Sep 2001 00:09:33 -0400
On Sun, 16 Sep 2001 15:19:48 -0700, Jon Pugh wrote,
>
At 4:19 PM -0400 9/16/2001, Victor Yee wrote:
>
>Hmmm, is this a bug?
>
>
>
>set x to {1, 2}
>
>set end of x's contents to 3
>
>x
>
>--> {1, 2}
[...]
>
I don't see a bug, except perhaps that end of x's contents (which is equivalent to contents of end of x) doesn't error.
Well, that's kinda what I meant. The statement doesn't do anything. No error.
Victor