diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-08-11 14:47:34 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-08-11 14:47:34 -0400 |
| commit | 2ecb5fe885042ca6c25ee0a3e3da070ddec9e07e (patch) | |
| tree | cdd7c7d1d51982d4074f76a1bccc522fbc8b5eee /test/text.tm | |
| parent | 3bf8ea8e12a2728bf63968ca7b42359b089e318b (diff) | |
Add channels and threads
Diffstat (limited to 'test/text.tm')
| -rw-r--r-- | test/text.tm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/text.tm b/test/text.tm index 27c8c08a..4051a16f 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!" |
