Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] "AT" usage, strange..

From: sharriff:aina:med-iq at: 6-Nov-2000 7:47

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