[fpc-pascal] variant part of a record

Пётр Косаревский ppkk at mail.ru
Tue Sep 19 17:21:59 CEST 2006


Do I get it right, that a construction like
    record
    Something: byte;
     case Something of
      1: (x,y: word);
      2: (z: longword);
    end;
Is impossible in FPC?



More information about the fpc-pascal mailing list