mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 21:47:58 +02:00
9 lines
78 B
Plaintext
9 lines
78 B
Plaintext
|
|
var
|
|
s1 : set of char;
|
|
c1,c2,c3 : char;
|
|
|
|
begin
|
|
s1:=[c1..c2,c3];
|
|
end.
|