SYNOPSIS:
    array: a collection of elements accessible by names

DESCRIPTION:
    Eccet allows to have /variable/s of the same structure to be
    organized as arrays. This is especially useful for variables
    describing objects that can be present in mutiple instances
    like views and volumes (see /root.vol/ and /root.view/).

    Unlike many traditional programming languages like C or Java,
    eccet script does not insist in array indices being numeric,
    but allows them to be any unique string, like in PHP or Perl.

EXAMPLE:
    CECHO ${$root.view[current].fastrender}

SEE ALSO:
    integer, double, string, void, function, struct, expression
