I think select and paths should come close to what you're asking:

for instance:

>> select [ a "this is a" b "this is b" ] 'a
== "this is a"
>> select [ a "this is a" b "this is b" ] 'b
== "this is b"
>> block: [ a "this is a" b "this is b" ]
== [a "this is a" b "this is b"]
>> block/a
== "this is a"
>> block/b
== "this is b"

At 09:06 PM 3/9/00 -0500, you wrote:
>Is there any way to simulate Associative Arrays in Rebol?
>
>The type where the index could be a list of random words
>like in the language Awk?
>
>
>

;- Elan >> [: - )]

Reply via email to