9 lines
247 B
Markdown
9 lines
247 B
Markdown
|
|
# namespaced_mod.fun — overview
|
||
|
|
|
||
|
|
What it shows
|
||
|
|
- Namespaced includes and using the "as" aliasing pattern for modules.
|
||
|
|
|
||
|
|
How to run
|
||
|
|
- export FUN_LIB_DIR="./lib"
|
||
|
|
- ./build_debug/fun examples/namespaced_mod.fun
|
||
|
|
- Or: fun examples/namespaced_mod.fun
|