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

35 lines
706 B
Markdown

---
layout: page
published: true
noToc: true
noComments: false
noDate: false
title: Fun - echo_example.fun — overview
subtitle: Documentation for echo_example.fun — overview
description: Documentation for echo_example.fun — overview
permalink: /documentation/examples/echo_example/
lang: en
tags:
- documentation
- handbook
- installation
- usage
- introduction
- help
- guide
- howto
- docs
- specifications
- specs
- repl
---
# echo_example.fun — overview
What it shows
- Simple echo of input/args; prints back what you type or pass as arguments.
How to run
- export FUN_LIB_DIR="./lib"
- ./build_debug/fun examples/echo_example.fun hello world
- Or: fun examples/echo_example.fun hello world