[Coco] tre vs a deuce?

Dave Kelly daveekelly at earthlink.net
Sat Apr 3 20:11:21 EST 2004


Kevin Diggs wrote:
> Hi,
> 
> 	Anyone know how to programatically tell a tre from a deuce or a 1?
> 
> 					kevin
> 
checkfortrey( a )
unsigned char a;
{
	unsigned char z;
	return z = ( a < 3 ) TRUE: FALSE;
}



More information about the Coco mailing list