[Next] [Previous] [Up] [Top] [Contents] [Index]

2.5 Statements and Expressions

2.5.8 Vector Constructors

A vector constructor expression is written as follows:

vector_expr	::=	"[" [exprs] "]"
The result of evaluating a vector constructor expression is a new immutable object that inherits from the predefined i_vector object and is initialized with the corresponding elements.


The Cecil Language: Specification and Rationale, Version 2.1 - 25 MARCH 1997
[Next] [Previous] [Up] [Top] [Contents] [Index]

Generated with Harlequin WebMaker