[REBOL] Re: hash questions
From: dlhawley:attbi at: 7-Jan-2002 21:16
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?