24 lines
605 B
Markdown
24 lines
605 B
Markdown
---
|
|
layout: page
|
|
published: true
|
|
noToc: false
|
|
noComments: false
|
|
noDate: false
|
|
title: Fun - loops_break_continue.fun — overview
|
|
subtitle: Documentation for loops_break_continue.fun — overview
|
|
description: Documentation for loops_break_continue.fun — overview
|
|
permalink: /documentation/examples/loops_break_continue/
|
|
lang: en
|
|
tags:
|
|
- example
|
|
- loops_break_continue
|
|
---
|
|
|
|
|
|
What it shows
|
|
- Loop control: break and continue; demonstrating control flow within loops.
|
|
|
|
How to run
|
|
- export FUN_LIB_DIR="./lib"
|
|
- ./build_debug/fun examples/loops_break_continue.fun
|
|
- Or: fun examples/loops_break_continue.fun
|