CFEngine variables have two meta-types: scalars and lists.

Scalars

- A scalar is a single value.

- Each scalar may have one of three types: string, int or real.

- A scalar variable is represented as $(identifier)

  or $(bundlename.variablename) (fully qualified name)
