diff -r 000000000000 -r e4d67989cc36 lowlevellibsandfws/apputils/engineering/stringpool/example/ExampleStringTable.st --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lowlevellibsandfws/apputils/engineering/stringpool/example/ExampleStringTable.st Tue Feb 02 02:01:42 2010 +0200 @@ -0,0 +1,13 @@ +!/** +!An Example String Table +!@internalAll +!*/ +fstringtable ExampleStringTable +!// Some types of fruit +# This comment won't appear in the .h file, but the one above will. +EApple apple +EOrange orange +EBanana banana +# Some animals +ECat cat +EDog dog