ex64.pp 163 B

123456789
  1. Program Example64;
  2. { Program to demonstrate the SPtr function. }
  3. Var
  4. P :Longint;
  5. begin
  6. P:=Longint(Sptr); { P Contains now the current stack position. }
  7. end.