Some fixes in the spec.
This commit is contained in:
parent
70fc762c4d
commit
be5fa017ba
1 changed files with 4 additions and 4 deletions
|
|
@ -187,9 +187,9 @@ f add(a, b)
|
||||||
Looked up in /var/lib/fun/, supporting .so (native) and .fun (Fun code).
|
Looked up in /var/lib/fun/, supporting .so (native) and .fun (Fun code).
|
||||||
|
|
||||||
```fun
|
```fun
|
||||||
#include crypt/md5
|
#include crypt/md5
|
||||||
#include date
|
#include date
|
||||||
#include math
|
#include math
|
||||||
```
|
```
|
||||||
|
|
||||||
### Local Includes
|
### Local Includes
|
||||||
|
|
@ -197,7 +197,7 @@ Looked up in /var/lib/fun/, supporting .so (native) and .fun (Fun code).
|
||||||
From the current working directory:
|
From the current working directory:
|
||||||
|
|
||||||
```fun
|
```fun
|
||||||
#include utils/file.fun
|
#include utils/file.fun
|
||||||
```
|
```
|
||||||
|
|
||||||
### Absolute Includes
|
### Absolute Includes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue