#english.txt
# $Id: english.txt 1.4 1995/11/22 10:56:04 ASR Exp $
# $Log: english.txt $
# Revision 1.4  1995/11/22 10:56:04  ASR
# first version under RCS
#
#empty string
ZEROTH     -
#normal strings
FIRST     one
SECOND    two times
#array
THIRD[    three
[         four
[         five
[         -
[         seven
#leading and trailing spaces
EIGHTH    __eight__
#FILE
#normal string again
NINTH     nine
#multi line string
TENTH/    this is
/         a multiline
/         tenth string
#change space character
#SPACE    *
ELEVEN    **eleven
#control characters
TWELVE    \n  linguaa\b is\tgood !\r!\n
