24 lines
602 B
Markdown
24 lines
602 B
Markdown
---
|
|
layout: page
|
|
published: true
|
|
noToc: false
|
|
noComments: false
|
|
noDate: false
|
|
title: Fun - conversions_showcase.fun — overview
|
|
subtitle: Documentation for conversions_showcase.fun — overview
|
|
description: Documentation for conversions_showcase.fun — overview
|
|
permalink: /documentation/examples/conversions_showcase/
|
|
lang: en
|
|
tags:
|
|
- conversions_showcase
|
|
- example
|
|
---
|
|
|
|
|
|
What it shows
|
|
- Numbers, strings, and bytes conversions; typical idioms and edge cases.
|
|
|
|
How to run
|
|
- export FUN_LIB_DIR="./lib"
|
|
- ./build_debug/fun examples/conversions_showcase.fun
|
|
- Or: fun examples/conversions_showcase.fun
|