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

24 lines
552 B
Markdown

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