ex64.pp 154 B

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