diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-07-04 16:23:05 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-07-04 16:23:05 -0400 |
| commit | 9d9fe12987bc8e7c3266ec320d04a97a37c3fb1b (patch) | |
| tree | 8a79d864f60d81f08a0776b6f85dbab242ecc89a /test/text.tm | |
| parent | d073c10137a1aa8a3d3f5e3a71b22cbb4725b47c (diff) | |
Add `!!` statement for printing text
Diffstat (limited to 'test/text.tm')
| -rw-r--r-- | test/text.tm | 3 |
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 = "é" |
