9 lines
243 B
Markdown
9 lines
243 B
Markdown
# byte_for_demo.fun — overview
|
|
|
|
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
|