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