>>DOC   *  Text   *  Text   *  Text   >>END-DOC  | 
  *((DOC))   *  Text   *  Text   *  Text   *((END-DOC))  | 
  *>((DOC))   *> Text   *> Text   *> Text   *>((END-DOC))  | 
  $DOC   *  Text   *  Text   *  Text   $END-DOC  | 
      >>doc       * The checkEmailAddr method verifies the correctness of an email       * address. The address must include the @ character and a dot to       * be considered as valid. The method returns true if the email        * address is valid or false otherwise.       >>end-doc         identification division.        method-id. checkEmailAddr as "checkEmailAddr".        ...  |