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

244 B

try_catch_finally.fun — overview

What it shows

  • Structured error handling with try/catch/finally blocks.

How to run

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