1
0
Fork 0
forked from fun/fun

Some fixes in the spec.

This commit is contained in:
Johannes Findeisen 2025-09-11 23:32:34 +02:00
commit be5fa017ba

View file

@ -187,9 +187,9 @@ f add(a, b)
Looked up in /var/lib/fun/, supporting .so (native) and .fun (Fun code).
```fun
#include crypt/md5
#include date
#include math
#include crypt/md5
#include date
#include math
```
### Local Includes
@ -197,7 +197,7 @@ Looked up in /var/lib/fun/, supporting .so (native) and .fun (Fun code).
From the current working directory:
```fun
#include utils/file.fun
#include utils/file.fun
```
### Absolute Includes