35 lines
684 B
Markdown
35 lines
684 B
Markdown
---
|
|
layout: page
|
|
published: true
|
|
noToc: true
|
|
noComments: false
|
|
noDate: false
|
|
title: Fun - strings_test.fun — overview
|
|
subtitle: Documentation for strings_test.fun — overview
|
|
description: Documentation for strings_test.fun — overview
|
|
permalink: /documentation/examples/strings_test/
|
|
lang: en
|
|
tags:
|
|
- documentation
|
|
- handbook
|
|
- installation
|
|
- usage
|
|
- introduction
|
|
- help
|
|
- guide
|
|
- howto
|
|
- docs
|
|
- specifications
|
|
- specs
|
|
- repl
|
|
---
|
|
|
|
# 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
|