24 lines
517 B
Markdown
24 lines
517 B
Markdown
---
|
|
layout: page
|
|
published: true
|
|
noToc: false
|
|
noComments: false
|
|
noDate: false
|
|
title: Fun - while_test.fun — overview
|
|
subtitle: Documentation for while_test.fun — overview
|
|
description: Documentation for while_test.fun — overview
|
|
permalink: /documentation/examples/while_test/
|
|
lang: en
|
|
tags:
|
|
- example
|
|
- while_test
|
|
---
|
|
|
|
|
|
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
|