home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / e / amigae / modulessrc / exec / strings.e < prev    next >
Text File  |  1995-07-05  |  116b  |  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.