9 lines
249 B
Markdown
9 lines
249 B
Markdown
# strings_test.fun — overview
|
|
|
|
What it shows
|
|
- String helpers and edge cases; splitting, joining, trimming, and formatting.
|
|
|
|
How to run
|
|
- export FUN_LIB_DIR="./lib"
|
|
- ./build_debug/fun examples/strings_test.fun
|
|
- Or: fun examples/strings_test.fun
|