From 3c0a8f0b899a343f43caf9c95147b2cf77a7b525 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 28 Apr 2024 14:58:55 -0400 Subject: Syntax tweak: use ':' for blocks --- test/text.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/text.tm') diff --git a/test/text.tm b/test/text.tm index bb2cc14a..9c451b89 100644 --- a/test/text.tm +++ b/test/text.tm @@ -1,4 +1,4 @@ -func main() +func main(): >> str := "Hello Amélie!" >> str:upper() = "HELLO AMÉLIE!" -- cgit v1.2.3