584 B
584 B
| layout | published | noToc | noComments | noDate | title | subtitle | description | permalink | lang | tags | ||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| page | true | false | false | false | Fun - short_circuit_test.fun — overview | Documentation for short_circuit_test.fun — overview | Documentation for short_circuit_test.fun — overview | /documentation/examples/short_circuit_test/ | en |
|
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