home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / programmieren / e / e_v3.3a / src.lha / Src / Modules / exec / strings.e < prev    next >
Encoding:
Text File  |  1997-03-09  |  116 b   |  12 lines

  1. OPT MODULE
  2. OPT EXPORT
  3.  
  4. CONST EOS=0,
  5.       BELL=7,
  6.       LF=10,
  7.       CR=13,
  8.       BS=8,
  9.       DEL=$7F,
  10.       NL=10
  11.  
  12.