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

35 lines
670 B
Markdown

---
layout: page
published: true
noToc: true
noComments: false
noDate: false
title: Fun - nested_loops.fun — overview
subtitle: Documentation for nested_loops.fun — overview
description: Documentation for nested_loops.fun — overview
permalink: /documentation/examples/nested_loops/
lang: en
tags:
- documentation
- handbook
- installation
- usage
- introduction
- help
- guide
- howto
- docs
- specifications
- specs
- repl
---
# 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