Comment
This section is available only in EnglishBlock is used for adding comments between the individual blocks. This block has no function in the program; it is used only to represent textual information for program authors.
XML representation of comment block
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="comment">
<field name="TEXT">Comment value</field>
</block>
</xml>