summaryrefslogtreecommitdiff
path: root/fpcdocs/refex/ex64.pp
blob: 69f845d72978103da50d4e20d93b2fccfd7a40e2 (plain)
1
2
3
4
5
6
7
8
9
program Example64;

{ Program to demonstrate the sptr function. }

var p:ptruint;

begin
  p:=ofs(sptr); { P Contains now the current stack position. }
end.