1
0
Fork 0
forked from fun/fun

Documentation content fixes. No code changes. (0.40.5)

This commit is contained in:
Johannes Findeisen 2026-04-20 23:38:53 +02:00
commit 587bb76108

View file

@ -29,7 +29,7 @@ This document explains how to use local and system includes in Fun source files
- Resolved relative to the current working directory (`$PWD`) where you run `fun`. - Resolved relative to the current working directory (`$PWD`) where you run `fun`.
- System includes: `#include <path/inside/stdlib.fun>;` - System includes: `#include <path/inside/stdlib.fun>;`
- Resolved using: - Resolved using:
-`FUN_LIB_DIR` (if set) - `FUN_LIB_DIR` (if set)
- `DEFAULT_LIB_DIR` (compile-time default; typically `/usr/share/fun/lib/` after install) - `DEFAULT_LIB_DIR` (compile-time default; typically `/usr/share/fun/lib/` after install)
- Fallback to `lib/` under the current working directory (developer convenience) - Fallback to `lib/` under the current working directory (developer convenience)
- Optional namespacing: `#include <...> as ns` or `#include "..." as ns` - Optional namespacing: `#include <...> as ns` or `#include "..." as ns`