Attribute Retrieval

If value v has an attribute a, then the value of the attribute can be retrieved by
v.a

The attribute name must be an identifier.

Most system defined data types have some built-in attributes. For example, matrices have attributes length, norm, nrows, ncols, etc..



oz 2009-12-22