Standard Pascal requires support for a form of the required procedure dispose as follows:
dispose(q, k1..kM)
where q is a pointer to a variant record and k1 thru
kM are case constants which correspond to the variants in q^.
Irie Pascal does not currently support this form of
dispose.