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

35 lines
669 B
Markdown

---
layout: page
published: true
noToc: true
noComments: false
noDate: false
title: Fun - hex_example.fun — overview
subtitle: Documentation for hex_example.fun — overview
description: Documentation for hex_example.fun — overview
permalink: /documentation/examples/hex_example/
lang: en
tags:
- documentation
- handbook
- installation
- usage
- introduction
- help
- guide
- howto
- docs
- specifications
- specs
- repl
---
# hex_example.fun — overview
What it shows
- Hex encode/decode helpers; working with hexadecimal representations.
How to run
- export FUN_LIB_DIR="./lib"
- ./build_debug/fun examples/hex_example.fun
- Or: fun examples/hex_example.fun