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

Selection

A term of the form:

term.identifier

denotes selection of a member of an adt. The term must be a type name or yield an object; its type must be adt or ref adt; the identifier must be a member of the adt. The result denotes the named member (either a data object, constant or a function).



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

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