ex44.pp 150 B

12345678910
  1. Program Example44;
  2. { Program to demonstrate the Ofs function. }
  3. Var W : Pointer;
  4. begin
  5. W:=Pointer(Ofs(W)); { W contains its own offset. }
  6. end.