summaryrefslogtreecommitdiff
path: root/fpcdocs/refex/ex67.pp
blob: 2154021d9d0883613d1f95712fc9490d94277b26 (plain)
1
2
3
4
5
6
7
8
Program Example67;

{ Program to demonstrate the SSeg function. }
Var W : Longint;

begin
  W:=SSeg;
end.