Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


he ExternalCodeLib element references a FormalExpression in an external code library.

Include Page
ExternalCodeLib Element
ExternalCodeLib Element

Include Page
ExternalCodeLib Attributes
ExternalCodeLib Attributes

Body:

...

Attributes:

...

Contained in:

...

The ExternalCodeLib element references a FormalExpression in an external code library, such as a file or GitHub. The intention is to make it possible to reference existing code libraries where the code is maintained as well as making it simpler to include longer, more complex FormalExpressions. The Library attribute provides the name of the external library while ref or href provides a reference to the repository that can be used to retrieve the code. The Method attribute provides the name of the method in the file referenced for cases where multiple methods are provided in the source code file. The Version element provides the version of the external FormalExpression code referenced.

...