mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-05 08:03:46 +02:00
9 lines
108 B
ObjectPascal
9 lines
108 B
ObjectPascal
Program Example67;
|
|
|
|
{ Program to demonstrate the SSeg function. }
|
|
Var W : Longint;
|
|
|
|
begin
|
|
W:=SSeg;
|
|
end.
|