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

Reply via email to