SET and PACKEDSET types

Modula-2 SET and PACKEDSET types occupy a variable number ofbytes, depending on the number of elements in the set.

Note: Storage for sets of greater than thirty two elementsis allocated on a machine word basis. i.e. Multiples of 4 bytes for 32-bit code and2 bytes for 16-bit code.