diff options
Diffstat (limited to 'test/strings.tm')
| -rw-r--r-- | test/strings.tm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/strings.tm b/test/strings.tm new file mode 100644 index 00000000..6ef139ac --- /dev/null +++ b/test/strings.tm @@ -0,0 +1,7 @@ +>> str := "Hello Amélie!" +>> str:upper() += "HELLO AMÉLIE!" +>> str:lower() += "hello amélie!" +>> str:lower():title() += "Hello Amélie!" |
