Implementing libraries

SeeCreate Library Packagesfor advice on how to implement a library package, including:

  • How to organize library source code.
  • How to use the export directive.
  • When to use the part directive.
  • When to use the library directive.
  • How to use conditional imports and exports to implementa library that supports multiple platforms.