Next: , Previous: $include_many, Up: The Preprocessor


5.3 $include_preformatted

The $include_preformatted directive lets you import a file as a preformatted text (a ‘>’ is inserted at the beginning of each line). This is useful to import license text or code examples.

     Example: Importing a license file  
      1  Topic: License
      2
      3  $include_preformatted 'COPYING'
     Example: Importing a code example  
      1  Code:
      2
      3  $include_preformatted 'hello.pas'