Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[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" 100
X 100 --Gregg