diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-12-26 17:31:33 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-12-26 17:31:33 -0500 |
| commit | acd3f2d39edb2cc306632a19a1eb4b7b0ba02836 (patch) | |
| tree | 60a05a85ee2ff987991da84666ba941edde3f3af /test/text.tm | |
| parent | 32cbf7b7c8d9634863af6be9defc8a02c780ff82 (diff) | |
Add text indexing
Diffstat (limited to 'test/text.tm')
| -rw-r--r-- | test/text.tm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/text.tm b/test/text.tm index a95764df..13ee2a3b 100644 --- a/test/text.tm +++ b/test/text.tm @@ -8,7 +8,11 @@ func main(): = "hello amélie!" >> str:lower():title() = "Hello Amélie!" + >> str[1] + = "H" + >> str[9] + = "é" >> \UE9 = "é" |
