4 lines
95 B
ObjectPascal
4 lines
95 B
ObjectPascal
|
|
type Foo = (One, Two, Three, Four);
|
|||
|
|
begin
|
|||
|
|
print(Foo.One.Two.Three.Four.Four.Two.One);
|
|||
|
|
end.
|