os/ossrv/lowlevellibsandfws/apputils/engineering/stringpool/example/ExampleStringTable.st
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
!/** 
sl@0
     2
!An Example String Table
sl@0
     3
!@internalAll
sl@0
     4
!*/
sl@0
     5
fstringtable ExampleStringTable
sl@0
     6
!// Some types of fruit
sl@0
     7
# This comment won't appear in the .h file, but the one above will.
sl@0
     8
EApple apple
sl@0
     9
EOrange orange
sl@0
    10
EBanana banana
sl@0
    11
# Some animals
sl@0
    12
ECat cat
sl@0
    13
EDog dog