Attribute references

An attribute reference is a primary followed by a period and a name.

Syntax:

primary . identifier

The primary must evaluate to an object of a type that supports attribute references, e.g., a module, list, or an instance. Thi