From: Haris Bogdanovi�
Subject: cusp
Date: 
Message-ID: <gnf7r4$bv5$1@gregory.bnet.hr>
Hi .

I started using Cusp in Eclipse.
When I try to evaluate my function "fact" (factorial) in REPL like this:
(myproject:fact 5)
I get
(myproject:fact 5)
instead of 120.

Why ?

Thanks.