[REBOL] array referencing
From: james::mustard::co::nz at: 2-Oct-2002 18:01
Can anyone shed some light on this behaviour: n: 4 bob: array/initial [8 8] 1 ; this works fine bob/:n/4: 2 ; this dies horribly bob/4/:n: 2 It seems to let a variable be part of an assignment as long as it is not the last entry in the path... Is this a bug or a design feature?? James.