SYNOPSIS:
    struct: a container for different elements

DESCRIPTION:
    Eccet allows to have /variable/s of the different structure
    to be aggregated into structs.
    This is especially useful for variables describing objects
    that have a large number of properties that can also vary in
    datatype (like views and volumes - see /root.vol/ and /root.view/).

    Of course, you can nest structs to embed objects within
    other objects.

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

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