9 lines
268 B
Markdown
9 lines
268 B
Markdown
# conversions_showcase.fun — overview
|
|
|
|
What it shows
|
|
- Numbers, strings, and bytes conversions; typical idioms and edge cases.
|
|
|
|
How to run
|
|
- export FUN_LIB_DIR="./lib"
|
|
- ./build_debug/fun examples/conversions_showcase.fun
|
|
- Or: fun examples/conversions_showcase.fun
|