A list is a collection of scalars (single values).

A list variable is represented as @(identifier)
or @(bundlename.identifier)

If you refer to a list variable in scalar context
by using $(identifier), cfengine will implicitly
loop over the values of @(list).
