On Thu, 2 Apr 2009, Henrik Mikael Kristensen wrote:

>
> >>> num1
> > == 5
> >>> num2
> > == 6
> >>> op
> > == *
> >>> print [op num1 num2]
> > * 5 6
> >>>
> >
> > I can't win today..... Must be something wrong with my interpreter.
>
> Forgetting to REDUCE:
>
> >> print reduce [op num1 num2]
> == 30

MORE JOY!!!!!!

>> print reduce [op num1 num2]
30
>>

None of this is intuitive though, is it? Anyway, thanks for the
solution.
-- 
Duke Normandin
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to