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. -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
