[REBOL] a GC bug of the second kind
From: lmecir::geocities::com at: 24-Sep-2000 10:59
Jeff already signaled, that List! and Hash! datatypes are being fixed. I succeeded to track down the behaviour to the following: h: make hash! 0 insert h copy "0123456789" h recycle insert h copy "0123456789" CRASH! just in case you didn't know... Regards Ladislav