home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / jËzyki_programowania / amigae / e_v3.2a / modulessrc / exec / strings.e < prev    next >
Text File  |  1977-12-31  |  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.