Go to the first, previous, next, last section, table of contents.


structure overview

Muq structures are taken from CommonLisp, and are similar to "structs" in C or "records" in Pascal: They provide a perspicuous and efficient way of allocating a chunk of storage organized as a set of named slots.


Go to the first, previous, next, last section, table of contents.