9 lines
243 B
Markdown
9 lines
243 B
Markdown
|
|
# for_range_test.fun — overview
|
||
|
|
|
||
|
|
What it shows
|
||
|
|
- Ranges and loops; iterating numeric ranges and verifying bounds.
|
||
|
|
|
||
|
|
How to run
|
||
|
|
- export FUN_LIB_DIR="./lib"
|
||
|
|
- ./build_debug/fun examples/for_range_test.fun
|
||
|
|
- Or: fun examples/for_range_test.fun
|