24 lines
528 B
Markdown
24 lines
528 B
Markdown
---
|
|
layout: page
|
|
published: true
|
|
noToc: false
|
|
noComments: false
|
|
noDate: false
|
|
title: Fun - if_else_test.fun — overview
|
|
subtitle: Documentation for if_else_test.fun — overview
|
|
description: Documentation for if_else_test.fun — overview
|
|
permalink: /documentation/examples/if_else_test/
|
|
lang: en
|
|
tags:
|
|
- example
|
|
- if_else_test
|
|
---
|
|
|
|
|
|
What it shows
|
|
- Control flow with if/else; branching and comparisons.
|
|
|
|
How to run
|
|
- export FUN_LIB_DIR="./lib"
|
|
- ./build_debug/fun examples/if_else_test.fun
|
|
- Or: fun examples/if_else_test.fun
|