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

[REBOL] Re: Using a Math oper. buried in a variable

From: tom:conlin:gm:ail at: 2-Apr-2009 11:21

Duke Normandin wrote:
> Hey... > > I want to do something like: > num1: = 6 > num2: = 5 > op: "*" > print [num1 op num2] > > and get 30 as the result. How in the %^-#*& do you do this in REBOL? > > Not yet REBOLized in Alberta ;) >
op: '* ... print reduce ...