os/ossrv/lowlevellibsandfws/apputils/engineering/stringpool/example/ExampleStringTable.st
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/lowlevellibsandfws/apputils/engineering/stringpool/example/ExampleStringTable.st	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,13 @@
     1.4 +!/** 
     1.5 +!An Example String Table
     1.6 +!@internalAll
     1.7 +!*/
     1.8 +fstringtable ExampleStringTable
     1.9 +!// Some types of fruit
    1.10 +# This comment won't appear in the .h file, but the one above will.
    1.11 +EApple apple
    1.12 +EOrange orange
    1.13 +EBanana banana
    1.14 +# Some animals
    1.15 +ECat cat
    1.16 +EDog dog