home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / C / LINGU11A / ENGLISH.TXT < prev    next >
Text File  |  1993-03-11  |  389b  |  23 lines

  1. #english.txt
  2. #empty string
  3. ZEROTH     -
  4. #normal strings
  5. FIRST     one
  6. SECOND    two times
  7. #array
  8. THIRD[    three
  9. [         four
  10. [         five
  11. [         -
  12. [         seven
  13. #leading and trailing spaces
  14. EIGHTH    __eight__
  15. #normal string again
  16. NINTH     nine
  17. #multi line string
  18. TENTH/    this is
  19. /         a multiline
  20. /         tenth string
  21. #that's it!
  22. ELEVEN    eleven
  23.