9 lines
258 B
Markdown
9 lines
258 B
Markdown
# short_circuit_test.fun — overview
|
|
|
|
What it shows
|
|
- Boolean evaluation order and short-circuit behavior with && and ||.
|
|
|
|
How to run
|
|
- export FUN_LIB_DIR="./lib"
|
|
- ./build_debug/fun examples/short_circuit_test.fun
|
|
- Or: fun examples/short_circuit_test.fun
|