aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-07-05 01:55:02 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-07-05 01:55:02 -0400
commite51e6f840cb2414cad6e816aea7adea74ee8b1b8 (patch)
tree17436845b260c54ab017453061a4bd11a89fe2bc /test
parent6ba91c1f64ee787c396210260d39f054cbe77dbb (diff)
Tweak syntax for debug prints
Diffstat (limited to 'test')
-rw-r--r--test/text.tm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/text.tm b/test/text.tm
index c665d588..27c8c08a 100644
--- a/test/text.tm
+++ b/test/text.tm
@@ -1,6 +1,6 @@
func main():
>> str := "Hello Amélie!"
- !! Testing strings like {str}
+ | Testing strings like {str}
>> str:upper()
= "HELLO AMÉLIE!"