35 lines
686 B
Markdown
35 lines
686 B
Markdown
---
|
|
layout: page
|
|
published: true
|
|
noToc: true
|
|
noComments: false
|
|
noDate: false
|
|
title: Fun - functions_test.fun — overview
|
|
subtitle: Documentation for functions_test.fun — overview
|
|
description: Documentation for functions_test.fun — overview
|
|
permalink: /documentation/examples/functions_test/
|
|
lang: en
|
|
tags:
|
|
- documentation
|
|
- handbook
|
|
- installation
|
|
- usage
|
|
- introduction
|
|
- help
|
|
- guide
|
|
- howto
|
|
- docs
|
|
- specifications
|
|
- specs
|
|
- repl
|
|
---
|
|
|
|
# functions_test.fun — overview
|
|
|
|
What it shows
|
|
- Functions, closures, and return behavior; call semantics basics.
|
|
|
|
How to run
|
|
- export FUN_LIB_DIR="./lib"
|
|
- ./build_debug/fun examples/functions_test.fun
|
|
- Or: fun examples/functions_test.fun
|