From: Fabrice N. <fab...@no...> - 2003-02-25 16:12:24
|
On Tue, Feb 25, 2003 at 10:46:53AM -0500, Scott Wallace wrote: > (lt (int %0) (int (gcd))) > > This casts the return value of the function call 'gcd' as an int > > whereas (int gcd) casts the string 'gcd' as an int Thanks. I didn't caught that a string could be written without delimitors. Fabrice |