
  TYPE
    cmt$answer_prompt_table = array [1 .. * ] of cmt$answer_prompt_table_entry,

    cmt$answer_prompt_table_entry = record
      short_answer: string (8),
      short_answer_size: 0 .. 8,
      long_answer: ost$name,
      long_answer_size: 0 .. 31,
      help: string (70),
      help_size: 0 .. 70,
    recend;

*copyc ost$name
