fpc/docs/refex/ex64.pp
2004-07-18 09:54:39 +00:00

10 lines
163 B
ObjectPascal

Program Example64;
{ Program to demonstrate the SPtr function. }
Var
P :Longint;
begin
P:=Longint(Sptr); { P Contains now the current stack position. }
end.