Next: Images, Previous: Preformatted Blocks, Up: Descriptions
The Code header serves to insert pascal code into documentation. All preformatted lines following a Code header are considered part of the code block.
Example: Code block 1 Code: 2 > if Ok then 3 > WriteLn('Hello!');