diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-24 13:39:04 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-24 13:39:04 -0700 |
| commit | 723eb9e1f169fb2d1b19d53f48fe542edd7fc510 (patch) | |
| tree | 95cf9b53fb41bc850a264d3ee6240b545c438235 /core/control_flow.nom | |
| parent | ca653cbb84802d0eb644d54d957501100586bea8 (diff) | |
Added parens around lambdas (% -> %), and removed them from 'result %'
correspondingly.
Diffstat (limited to 'core/control_flow.nom')
| -rw-r--r-- | core/control_flow.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/control_flow.nom b/core/control_flow.nom index 1c3deaa..19a9186 100644 --- a/core/control_flow.nom +++ b/core/control_flow.nom @@ -484,7 +484,7 @@ test: assume ((result of (: return 99)) == 99) # Inline thunk: -compile [result of %body] to (Lua value "(\(compile as ([] -> %body)))()") +compile [result of %body] to (Lua value "\(compile as ([] -> %body))()") test: %t = [1, [2, [[3], 4], 5, [[[6]]]]] %flat = [] |
