mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 07:59:28 +02:00
11 lines
88 B
ObjectPascal
11 lines
88 B
ObjectPascal
unit tbs0149a;
|
|
|
|
interface
|
|
|
|
Const tset = [1,2,3,4,5];
|
|
c = 1;
|
|
|
|
implementation
|
|
|
|
end.
|