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

Constant Expressions

In several places a constant expression is required. Such an expression contains operands that are integer and string identifiers previously declared with con, int, big, or string constants. These can be connected by any of the following operators:
+
-
*
/
%
&
|
^
==
<
>
<=
>=
!=
<<
>>
&&
||
~
!






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

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