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.
     1 !/** 
     2 !An Example String Table
     3 !@internalAll
     4 !*/
     5 fstringtable ExampleStringTable
     6 !// Some types of fruit
     7 # This comment won't appear in the .h file, but the one above will.
     8 EApple apple
     9 EOrange orange
    10 EBanana banana
    11 # Some animals
    12 ECat cat
    13 EDog dog