Hi all!
Could someone explain why this happens? (see below)
>> test: [one: "value1" two: "value2" three: "value3" ]
== [one: "value1" two: "value2" three: "value3"]
>> length? test
== 6
>> print at test 3
value2 value3
according to the REBOL dictionary:
"
Provides a simple way to index into a series. AT returns the series at the
new index point. Note that the operation is relative to the current
position within the series. "
why are the words in the block not retured also? they are also elements of
the block "test" and therefore also indexed?
Sharriff Aina
med.iq information & quality in healthcare AG
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.