home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 502b.lha / PCQ_v1.2 / Include / Utils / Break.i next >
Text File  |  1991-05-07  |  296b  |  14 lines

  1. {
  2.     Break.i for PCQ Pascal
  3.  
  4.     Declares CheckBreak, a function that tells you whether the
  5.     user pressed Ctrl-C (under some circumstances, anyway).
  6.     The source for this routine is under Runtime/Extras.
  7. }
  8.  
  9. Function CheckBreak : Boolean;
  10.     External;
  11.  
  12.     { Returns TRUE if the user has struck Ctrl-C }
  13.  
  14.