Listing 1: Example Lingua text file created for English text

#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
#change space character
#SPACE    *
ELEVEN    **eleven
#control characters
TWELVE    \n  linguaa\b is\tgood !

- End of Listing -