fpc/bugs/BUG0083.PP
1998-03-25 11:26:49 +00:00

9 lines
78 B
Plaintext

var
s1 : set of char;
c1,c2,c3 : char;
begin
s1:=[c1..c2,c3];
end.