A constructor is an expression used to represent a set, record, or array value. Constructors are used to initialize variables and constant values. The general form of a constructor is
type "{" expr-1 "," ... "," expr-n "}"
where type is a set, record, or array type, and expr-1.. expr-n are expressions used to initialize the components of type.