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: Scott::Wall::xwave::com at: 3-Apr-2009 9:58

Gregg wrote:
> As with most things in REBOL, there are a number of ways to do what > you want. Here's another one:
...
>>> op: :*
I'm now trying to use this form in my program. But I'm having trouble when it comes to dividing. Here is what I tried doing and how it failed:
>> op: :/
** Syntax Error: Invalid word-get -- : ** Near: (line 1) op: :/ Any ideas on how to get this to work? Scott.