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

24 lines
612 B
Markdown

---
layout: page
published: true
noToc: false
noComments: false
noDate: false
title: Fun - byte_overflow_try_catch.fun — overview
subtitle: Documentation for byte_overflow_try_catch.fun — overview
description: Documentation for byte_overflow_try_catch.fun — overview
permalink: /documentation/examples/byte_overflow_try_catch/
lang: en
tags:
- byte_overflow_try_catch
- example
---
What it shows
- Error handling around byte/integer overflow using try/catch.
How to run
- export FUN_LIB_DIR="./lib"
- ./build_debug/fun examples/byte_overflow_try_catch.fun
- Or: fun examples/byte_overflow_try_catch.fun