Example
The Example markup can be used to mark a text block as an example. Examples can be written in various places in the code. In the generated documentation, the examples are then displayed one below the other under the heading Example. Thus, the examples can be written at the places in the code where they make sense and do not have to be contiguous at the beginning or end.
Additional markups may be used within Examples. There is no abbreviated form for this markup.
Example
Normal form:
(*!<example>This is the description of the following example:
<code>iCount:=iCount+1;</code>
This example shows the increase of the $iCount variable by 1.</example>*)