Work in msg.
[brdnet.git] / KeyWords.pas
bloba2317851c2010e1cbaab239977dfcdcc111381fe
1 unit KeyWords;
3 INTERFACE
5 type tKeyWord=object
6 protected
7 data : LongWord; {$1234ABCD}
8 end;
10 IMPLEMENTATION
12 END.