[Contents]
[Prev] [Next] [Limbo Basics] [Limbo Programming] [Language Definition]

Operators and Other Separators

The operators are
+
-
*
/
%
&
|
^
==
<
>
<=
>=
!=
<<
>>
&&
||
<-
::




=
+=
-=
*=
/=
%=
&=
|=
^=
<<=
>>=
!
~
++
--
:=
:

The other separators are
:
;
(
)
{
}
[
]
,
.
->
=>




:



[Contents]
[Prev] [Next] [Limbo Basics] [Limbo Programming] [Language Definition]

Copyright © 1998, Lucent Technologies, Inc. All rights reserved.