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

10 lines
154 B
ObjectPascal

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