9 lines
235 B
Markdown
9 lines
235 B
Markdown
# nested_loops.fun — overview
|
|
|
|
What it shows
|
|
- Control flow with nested loops; inner/outer loop coordination.
|
|
|
|
How to run
|
|
- export FUN_LIB_DIR="./lib"
|
|
- ./build_debug/fun examples/nested_loops.fun
|
|
- Or: fun examples/nested_loops.fun
|