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

35 lines
661 B
Markdown

---
layout: page
published: true
noToc: true
noComments: false
noDate: false
title: Fun - signed_ints.fun — overview
subtitle: Documentation for signed_ints.fun — overview
description: Documentation for signed_ints.fun — overview
permalink: /documentation/examples/signed_ints/
lang: en
tags:
- documentation
- handbook
- installation
- usage
- introduction
- help
- guide
- howto
- docs
- specifications
- specs
- repl
---
# signed_ints.fun — overview
What it shows
- Signed integer types and operations; ranges and conversions.
How to run
- export FUN_LIB_DIR="./lib"
- ./build_debug/fun examples/signed_ints.fun
- Or: fun examples/signed_ints.fun