aboutsummaryrefslogtreecommitdiff
path: root/test/extern.tm
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-04-28 14:58:55 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-04-28 14:58:55 -0400
commit3c0a8f0b899a343f43caf9c95147b2cf77a7b525 (patch)
treeb7193a8021ef9ab57c71319ecad797bf51849025 /test/extern.tm
parent5910998a19aab5dab2c761aea946cfbb09a37918 (diff)
Syntax tweak: use ':' for blocks
Diffstat (limited to 'test/extern.tm')
-rw-r--r--test/extern.tm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/extern.tm b/test/extern.tm
index 896c5730..da3b1820 100644
--- a/test/extern.tm
+++ b/test/extern.tm
@@ -1,5 +1,5 @@
extern CORD_cat:func(a:Text, b:Text)->Text
-func main()
+func main():
>> CORD_cat("hello ", "world")
= "hello world"