1
0
Fork 0
forked from fun/fun
fun/web/documentation/examples/try_catch_finally.md

24 lines
566 B
Markdown

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