mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-25 17:59:06 +02:00
9 lines
84 B
ObjectPascal
9 lines
84 B
ObjectPascal
type
|
|
week=(mon,tue,wed);
|
|
Var
|
|
w : week;
|
|
w1 : mon..tue;
|
|
begin
|
|
w1:=w;
|
|
end.
|