On Sun, Jul 27, 2008 at 9:15 PM, Ingvar von Schoultz <[EMAIL PROTECTED]> wrote: > Does it matter whether it's interpreted as an empty block or > an empty discarded array?
It's not always discarded:
js> var x = 1
js> eval ("if (x) [1, 2, 3]")
1,2,3
Mike
_______________________________________________
Es4-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es4-discuss
