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

35 lines
685 B
Markdown

---
layout: page
published: true
noToc: true
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:
- documentation
- handbook
- installation
- usage
- introduction
- help
- guide
- howto
- docs
- specifications
- specs
- repl
---
# 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