aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-08-12 17:43:01 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-08-12 17:43:01 -0400
commitc139ba2aae50222595bc95db804ab5ded74ba51c (patch)
tree48554c2661d54ef45073c0f53fa2b23439ce71c7
parent8b564f6dd15cb3dc3e70a8eb0c30509cd5d624c6 (diff)
Fix old syntax
-rw-r--r--test/lambdas.tm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lambdas.tm b/test/lambdas.tm
index cb5bf3d4..40f24abb 100644
--- a/test/lambdas.tm
+++ b/test/lambdas.tm
@@ -36,7 +36,7 @@ func main():
fn := func():
return func():
return func():
- defer: |{outer}
+ defer: //! {outer}
return outer
>> fn()()()
= "Hello"