#english.txt
#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
#that's it!
ELEVEN    eleven
