9 lines
226 B
Markdown
9 lines
226 B
Markdown
# if_else_test.fun — overview
|
|
|
|
What it shows
|
|
- Control flow with if/else; branching and comparisons.
|
|
|
|
How to run
|
|
- export FUN_LIB_DIR="./lib"
|
|
- ./build_debug/fun examples/if_else_test.fun
|
|
- Or: fun examples/if_else_test.fun
|