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