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