From 3a556296b68ded68c9fcefa1c60e34d1eff40fa7 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 4 Sep 2024 21:22:03 -0400 Subject: Add Text:repeat() --- test/text.tm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/text.tm') diff --git a/test/text.tm b/test/text.tm index 74a53413..0a34e2a0 100644 --- a/test/text.tm +++ b/test/text.tm @@ -253,3 +253,6 @@ func main(): >> "hello world":map($/world/, Text.upper) = "hello WORLD" + + >> "Abc":repeat(3) + = "AbcAbcAbc" -- cgit v1.2.3