home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / adapm_15.zip / long_img.adb < prev    next >
Text File  |  1994-02-10  |  159b  |  7 lines

  1. with Text_Io;
  2.  
  3.  procedure LI is
  4.   begin
  5.     Text_Io.Put ("Last => "); 
  6.     Text_Io.Put_Line (Long_Long_Integer'Image (Long_Long_Integer'last));
  7.   end LI;