[REBOL] Re: variable variable
From: ammoncooke:yaho:o at: 7-Jun-2001 14:23
If I understand properly, then tool: hammer do reduce[to-set-word tool: 1] Would create a variable with the name of hammer, & its value would be 1??? It appears to work, now I need to get at the value of hammer without knowing that there is a variable by the name of hammer. Does that make any sense?? In fine, I need to access the value of the value of tool. ;)) Thanks!! Ammon