From: kazzarazza003
Subject: equal function
Date: 
Message-ID: <4c23d6c2de377d8d1ffe3d82931f0b27@localhost.talkaboutprogramming.com>
Using the equal function (equal (function1) (function2)...), just how many
functions or what ever can be compared at one time? Only two?

Thanx.

From: Tayssir John Gabbour
Subject: Re: equal function
Date: 
Message-ID: <1098595033.101317.85340@f14g2000cwb.googlegroups.com>
kazzarazza003 wrote:
> Using the equal function (equal (function1) (function2)...), just how
many
> functions or what ever can be compared at one time? Only two?
>
> Thanx.

For a second there I thought you were asking a profound question about
function equality.

http://www.lisp.org/HyperSpec/Body/fun_equal.html
From: kazzarazza003
Subject: Re: equal function
Date: 
Message-ID: <d576b67c14b424cefdc2a983eedd9233@localhost.talkaboutprogramming.com>
thank you.