Source position: h68kdos.inc line 54
type Th68kdos_comline = record
case Boolean of
True: (
len: Byte;
buffer: array [0..255] of char;
);
False: (
pstr: shortstring;
end;