>> o1: make object! []
>> o2: make object! []
>>
>> probe type? o2
object!
=3D=3D object!
>>
>> s: [ o1 o2 ]
=3D=3D [o1 o2]
>>
>> probe type? s/1
word!
=3D=3D word!

Hmm - why the type change here from object to word?

More importantly, how do I overcome this?

I need to iterate over all the objects in a block and operate
on them as objects - not words...

TIA
Kai

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to