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

11 lines
141 B
ObjectPascal

Program Example44;
{ Program to demonstrate the Ofs function. }
Var W : Pointer;
begin
W:=Ofs(W); { W contains its own offset. }
end.