9 lines
243 B
Markdown
9 lines
243 B
Markdown
# functions_test.fun — overview
|
|
|
|
What it shows
|
|
- Functions, closures, and return behavior; call semantics basics.
|
|
|
|
How to run
|
|
- export FUN_LIB_DIR="./lib"
|
|
- ./build_debug/fun examples/functions_test.fun
|
|
- Or: fun examples/functions_test.fun
|