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

Expression Statements

Expression statements consist of an expression followed by a semicolon:

expression;

Most often expression statements are assignments, but other expressions that cause effects are often useful, for example calling a function or sending or receiving on a channel.



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

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