fpc/docs/refex/ex67.pp
2005-02-14 17:13:06 +00:00

9 lines
106 B
ObjectPascal

Program Example67;
{ Program to demonstrate the SSeg function. }
Var W : Longint;
begin
W:=SSeg;
end.