State table descriptions are defined as follows:
DESCRIPTION("This is a good state table");
If you want to use an apostrophe (’) in the description, you must type two consecutive apostrophes. For example:
DESCRIPTION("This is John''s state table");
The DESCRIPTION statement is optional. Include only one in each state table, and put it at the beginning of the file.