aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-07-04 16:23:05 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-07-04 16:23:05 -0400
commit9d9fe12987bc8e7c3266ec320d04a97a37c3fb1b (patch)
tree8a79d864f60d81f08a0776b6f85dbab242ecc89a /test
parentd073c10137a1aa8a3d3f5e3a71b22cbb4725b47c (diff)
Add `!!` statement for printing text
Diffstat (limited to 'test')
-rw-r--r--test/text.tm3
1 files changed, 3 insertions, 0 deletions
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
= "é"