In construction - Edit files

How to edit the Flowgorithm source files to include a library

As there is no specific tool for editing library yet, it is necessary to include relevant libraries by editing *.fprg files directly as follows.

The Flowgorithm files have XML structure and it is easy to edit them. However, some simple rules have to be kept, see table below.
NOTES

Consider a simple example

Any function/module/library can be included  from the source replacing the block shown by the library sequence sequence
 
<function ......>........</function>
      ......................................
<function ......>........</function>

There is an alternative way:

However, if the library is large, it can be time consuming approach.