[REBOL] Re: REBOL/View
From: greggirwin:mindspring at: 4-Sep-2003 8:18
Hi Anton, GI> You'd have to do a set/set-word! + do/get dance to work around it. AR> What do you mean Gregg?>> set to word! "#include" func [value] [print ["X" value]] >> type? get to word! "#include"== function!>> do get to word! "#include" 100X 100 --Gregg