24 lines
549 B
Markdown
24 lines
549 B
Markdown
---
|
|
layout: page
|
|
published: true
|
|
noToc: false
|
|
noComments: false
|
|
noDate: false
|
|
title: Fun - byte_for_demo.fun — overview
|
|
subtitle: Documentation for byte_for_demo.fun — overview
|
|
description: Documentation for byte_for_demo.fun — overview
|
|
permalink: /documentation/examples/byte_for_demo/
|
|
lang: en
|
|
tags:
|
|
- byte_for_demo
|
|
- example
|
|
---
|
|
|
|
|
|
What it shows
|
|
- Iterating bytes with a for-loop; indexing and printing byte values.
|
|
|
|
How to run
|
|
- export FUN_LIB_DIR="./lib"
|
|
- ./build_debug/fun examples/byte_for_demo.fun
|
|
- Or: fun examples/byte_for_demo.fun
|