TYPE Link = POINTER TO LinkRcd; LinkRcd = RECORD Next: Link; Data: INTEGER END;