From 9d9fe12987bc8e7c3266ec320d04a97a37c3fb1b Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 4 Jul 2024 16:23:05 -0400 Subject: Add `!!` statement for printing text --- test/text.tm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/text.tm b/test/text.tm index edc3b37b..c665d588 100644 --- a/test/text.tm +++ b/test/text.tm @@ -1,5 +1,7 @@ func main(): >> str := "Hello Amélie!" + !! Testing strings like {str} + >> str:upper() = "HELLO AMÉLIE!" >> str:lower() @@ -7,6 +9,7 @@ func main(): >> str:lower():title() = "Hello Amélie!" + >> \UE9 = "é" -- cgit v1.2.3