From acd3f2d39edb2cc306632a19a1eb4b7b0ba02836 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 26 Dec 2024 17:31:33 -0500 Subject: Add text indexing --- test/text.tm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') 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 = "é" -- cgit v1.2.3