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

  1. Program Example13;
  2.  
  3. { Program to demonstrate the CSeg function. }
  4.  
  5. var W : word;
  6.  
  7. begin
  8.   W:=CSeg; {W:=0, provided for compatibility,
  9.                   FPC is 32 bit.}
  10. end.
  11.