24 lines
553 B
Markdown
24 lines
553 B
Markdown
---
|
|
layout: page
|
|
published: true
|
|
noToc: false
|
|
noComments: false
|
|
noDate: false
|
|
title: Fun - stdlib_showcase.fun — overview
|
|
subtitle: Documentation for stdlib_showcase.fun — overview
|
|
description: Documentation for stdlib_showcase.fun — overview
|
|
permalink: /documentation/examples/stdlib_showcase/
|
|
lang: en
|
|
tags:
|
|
- example
|
|
- stdlib_showcase
|
|
---
|
|
|
|
|
|
What it shows
|
|
- Sampler of common standard library modules and utilities.
|
|
|
|
How to run
|
|
- export FUN_LIB_DIR="./lib"
|
|
- ./build_debug/fun examples/stdlib_showcase.fun
|
|
- Or: fun examples/stdlib_showcase.fun
|