On Thursday, October 17, 2002, at 11:49  AM, Shapiro, Jonathan wrote:

Well, let's look at a few possibilities:

1)	if( $vec bit| $mask bit& $mask2 )

2)	if( $vec b| $mask b& $mask2 ) 	
	
3)	if( $vec |b $mask &b $mask2 ) 	
	
4)	if( $vec |bit $mask &bit $mask2 )
	
I think I would have an easier time explaining #4 to someone
Yes, except that &bit is a subroutine reference, IIRC, not an operator. That's why it makes more sense to put the punctuation character at the end of the operator name.

Regards,

David

--
David Wheeler AIM: dwTheory
[EMAIL PROTECTED] ICQ: 15726394
http://david.wheeler.net/ Yahoo!: dew7e
Jabber: [EMAIL PROTECTED]

Reply via email to