in reply to Re^2: Array/List Strangeness
in thread Array/List Strangeness

You have to make all of the elements referenced out-of-bounds. Compare @b[@b,1+@b] vs (@b)[@b,1+@b] (whether @b is empty or not).

- tye