uses GraphABC; type TRec = record a : integer; b : set of char end; var s : TRec := (a:2;b:['aj',2]); begin end.