Copyright © 1996, 1997 Lucent Technologies Inc. All rights reserved.

2.5 Operators and other separators

The operators are

	+	-	*	/	%	&	|	^
	==	<	>	<=	>=	!=	<<	>>
	&&	||	<-	::
	=	+=	-=	*=	/=	%=	&=	|=	^=	<<=	>>=
	:=
	~	++	--	!
The other separators are
	:	;	(	)	{	}	[	]
	,	.	->	=>

05/Jun/97