I come from the perl, tcl world where hashes aremoe like array indicies. In rebol, it seems that I can build a hash list, of some arbitray values, but cannot associate keys with data. Am I missing soemthing?
is in perl $hash{ "joe" } = $joesData
and $data = $hash{ " joe" }
can I do something like this in REBOL?
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
