fpc/docs/refex/ex67.pp
1998-03-25 11:26:49 +00:00

9 lines
108 B
ObjectPascal

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