diff options
| -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) |
