assistance-engine/docs/developer.avapframework.com/chapter13_8.md

10 lines
460 B
Markdown

## Practical Example
Suppose we have a file named `utils.avap` that contains utility functions we want to use in our main project. We can include this file in our main project as follows:
```javascript
include "utils.avap" // We can now use the functions defined in utils.avap
```
With this understanding of the value and advantages of using includes in AVAP™, we will explore in detail their operation and practical application in project development.