[REBOL] Bug! - 'second on object containing ONE hash! has TWO hash! !!
From: al::bri::xtra::co::nz at: 5-Oct-2000 19:40
Bug! - 'second on object containing ONE hash! has TWO hash! !!
REBOL/View 0.10.35.3.1 30-Sep-2000
Copyright 2000 REBOL Technologies. All rights reserved.
>> o: make object! [h: make hash! []]
>> o/h
== make hash! []
>> second o
== [
make object! [
h: make hash! []
] make hash! [...]]
>> append o/h 1
== make hash! [1]
>> second o
== [
make object! [
h: make hash! [1]
] make hash! [...]]
>>
I'm fairly sure that this line:
make hash! [...]
shouldn't be present in 'o.
Andrew Martin
ICQ: 26227169
http://members.nbci.com/AndrewMartin/