1
0
Fork 0
forked from fun/fun
fun/docs/examples/version.md

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