mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 16:09:25 +02:00
+ initial version from Peter
This commit is contained in:
parent
c7af813c76
commit
156b4aa55f
11
tests/tbf/tb0100.pp
Normal file
11
tests/tbf/tb0100.pp
Normal file
@ -0,0 +1,11 @@
|
||||
type
|
||||
enum1 = (one,two,three);
|
||||
enum2 = (four,five,six);
|
||||
|
||||
enumset1 = set of enum1;
|
||||
|
||||
var
|
||||
s1 : enumset1;
|
||||
begin
|
||||
s1:=[one,two]+[four];
|
||||
end.
|
Loading…
Reference in New Issue
Block a user