ex60.pp 138 B

123456789
  1. Program Example60;
  2. { Program to demonstrate the Seg function. }
  3. Var
  4. W : Word;
  5. begin
  6. W:=Seg(W); { W contains its own Segment}
  7. end.