Evaluating boolean expressions



On Wed, 2008-01-02 at 13:50 +0100, Holger Schulz wrote:
> but that doesn't work for boolean expression. I expected 5>3 to be  
> evaluated to true. But it wasn't:
> 
> 
> (%i42) 5>3;
> 
> (%o42) 5>3
> 
> Is there any trick to force the evaluation of boolean expressions?

(%i1) is(5>3);
(%o1) true