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