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

9 lines
266 B
Markdown

# byte_overflow_try_catch.fun — overview
What it shows
- Error handling around byte/integer overflow using try/catch.
How to run
- export FUN_LIB_DIR="./lib"
- ./build_debug/fun examples/byte_overflow_try_catch.fun
- Or: fun examples/byte_overflow_try_catch.fun