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

[REBOL] Re: let's re-visit math oper. in a var.

From: Scott:Wall:xwave at: 3-Apr-2009 12:12

Hi Duke,
> op: ask "Enter an operator [+ - * /]: " > op2: join ":" :op
...
> What's wrong _now_........?
You could try using what Henrik suggested: op: get to-get-word ask "enter operand" Then
>> op num1 num2
would perform the requested operation on the two numbers. Scott.