diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-08-12 17:43:01 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-08-12 17:43:01 -0400 |
| commit | c139ba2aae50222595bc95db804ab5ded74ba51c (patch) | |
| tree | 48554c2661d54ef45073c0f53fa2b23439ce71c7 /test/lambdas.tm | |
| parent | 8b564f6dd15cb3dc3e70a8eb0c30509cd5d624c6 (diff) | |
Fix old syntax
Diffstat (limited to 'test/lambdas.tm')
| -rw-r--r-- | test/lambdas.tm | 2 |
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" |
