Next: , Previous: Preformatted Blocks, Up: Descriptions


4.8 Code Blocks

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!');