573 B
573 B
| layout | published | noToc | noComments | noDate | title | subtitle | description | permalink | lang | tags | ||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| page | true | false | false | false | Fun - echo_example.fun — overview | Documentation for echo_example.fun — overview | Documentation for echo_example.fun — overview | /documentation/examples/echo_example/ | en |
|
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