ex67.pp 108 B

12345678
  1. Program Example67;
  2. { Program to demonstrate the SSeg function. }
  3. Var W : Longint;
  4. begin
  5. W:=SSeg;
  6. end.