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

  1. #francais.txt
  2. #empty string
  3. ZEROTH     -
  4. #normal strings
  5. FIRST     un
  6. SECOND    deux fois
  7. #array
  8. THIRD[    trois
  9. [         quatre
  10. [         cinq
  11. [         -
  12. [         sept
  13. #leading and trailing spaces
  14. EIGHTH    __huit__
  15. #normal string again
  16. NINTH     neuf
  17. #multi line string
  18. TENTH/    ca c'est
  19. /         le numero
  20. /         dix
  21. #that's it!
  22. ELEVEN    onze
  23.  
  24.