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

  1. Program Example60;
  2.  
  3. { Program to demonstrate the Seg function. }
  4. Var 
  5.   W : Word;
  6.  
  7. begin
  8.   W:=Seg(W);  { W contains its own Segment}
  9. end.
  10.