The syntax to use is the following:
Include "<LibName>";
...
<Global Variable type> >Global Variable Name [=<value>];
...
<Concepts definition>
Notes:
- A library can include one or more than one library making the reuse of concepts easy.
- Some global variables can be defined and shared throughout the whole library.