home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Dev / fpc / source / docs / refex / ex64.pp < prev    next >
Encoding:
Text File  |  2000-01-01  |  154 b   |  10 lines

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