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

Types

Limbo has several basic types, some built-in higher abstractions, and other ways of composing new types. In declarations and some other places, constructions naming a type are used. The syntax is:

type:
	data-type
	function-type

Functions will be discussed in Function Definitions. First, data types will be explored.



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

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