home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / utilities / utilsc / coolswitch / !CoolSwtch / h / Constants < prev    next >
Text File  |  1995-07-03  |  274b  |  18 lines

  1. ; Anything constant
  2. ;
  3. ; $Id$
  4. ; $Log$
  5.  
  6. ThisVersion     *               105             ; 1.05
  7.  
  8. ; General purpose stuff
  9.  
  10. byte            *               1
  11. word            *               4
  12.  
  13. ; Caret history buffer depth
  14.  
  15. CaretDepth      *               20
  16.  
  17.                 END
  18.