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

242 B

error_handling.fun — overview

What it shows

  • Error patterns and handling strategies using try/catch/finally.

How to run

  • export FUN_LIB_DIR="./lib"
  • ./build_debug/fun examples/error_handling.fun
  • Or: fun examples/error_handling.fun