diff options
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 = [] |
