9 lines
217 B
Markdown
9 lines
217 B
Markdown
# version.fun — overview
|
|
|
|
What it shows
|
|
- Prints VM and version info for the Fun interpreter/runtime.
|
|
|
|
How to run
|
|
- export FUN_LIB_DIR="./lib"
|
|
- ./build_debug/fun examples/version.fun
|
|
- Or: fun examples/version.fun
|