[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.