9 lines
223 B
Markdown
9 lines
223 B
Markdown
|
|
# while_test.fun — overview
|
||
|
|
|
||
|
|
What it shows
|
||
|
|
- Simple while loop example; loop conditions and counters.
|
||
|
|
|
||
|
|
How to run
|
||
|
|
- export FUN_LIB_DIR="./lib"
|
||
|
|
- ./build_debug/fun examples/while_test.fun
|
||
|
|
- Or: fun examples/while_test.fun
|