diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-09-28 22:16:10 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-09-28 22:16:10 -0700 |
| commit | 0c982d2aa285e6c095470667c1d0c21999ddad58 (patch) | |
| tree | 4d4c99f7e6afbab8ed22d452d8203daeec3c8ac7 /core/control_flow.nom | |
| parent | b7e768a2f826f6643e47b35272dbb35136d489b6 (diff) | |
Oops, refactor bug.
Diffstat (limited to 'core/control_flow.nom')
| -rw-r--r-- | core/control_flow.nom | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/control_flow.nom b/core/control_flow.nom index 243df96..48b9c85 100644 --- a/core/control_flow.nom +++ b/core/control_flow.nom @@ -522,6 +522,7 @@ compile [do %action then always %final_action] to: .. if not \(mangle "ok") then error(ret, 0) end if not \(mangle "fell_through") then return ret end end" + return %lua test: assume ((result of (: return 99)) == 99) |
