list Production

Definition

list : [ exp_list ]

Purpose

A list is a manual representation of an array or a structure. A list can be used as an initializer for one of these structures, or a list of valid expressions can be used as the recipient of a structure or array in an assignment.