doc: import

This commit is contained in:
Artemy 2022-08-18 17:48:02 +03:00
parent 0676d8691f
commit 4495ff9cb7
5 changed files with 51 additions and 22 deletions

View file

@ -8,6 +8,12 @@
`All posibilities in example.json5`
## How to import modules
```json5
[{ import: { path: "examples/assertions.onla", as: "assertions" } }]
```
## How to print
```json5