* Jeff Massung <[EMAIL PROTECTED]> [060315 11:20]:
> Wow! I didn't know REBOL supported associated lists like that. That's very
> cool. :-)
>
> > == [a 1 b "two" c 3.3]
> > >> test/a ;; if 'placeholder' is word, can be path
> > == 1
Rebol documentation is constantly being upgraded. I can't recall if
this is even included in the most current docs that I have.
It's easy enough to convert the block above to a context also:
as in ;; untested code!!!!
o: copy []
foreach [k v] test[append o reduce[to-set-word k get/any v]]
make object! compose o
NOTE: this functionality is bundled in a function that has
dependencies, so actual code might muddy the waters.
tim
--
Tim Johnson <[EMAIL PROTECTED]>
http://www.alaska-internet-solutions.com
--
To unsubscribe from the list, just send an email to
lists at rebol.com with unsubscribe as the subject.