From a2f07415c5284bf94c146cea6eed4a15f171b9ab Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 9 Nov 2018 14:48:23 -0800 Subject: Deprecating (% as lua statements) and (% as lua return) --- core/scopes.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/scopes.nom') diff --git a/core/scopes.nom b/core/scopes.nom index 47960d8..bd8b8a6 100644 --- a/core/scopes.nom +++ b/core/scopes.nom @@ -23,7 +23,7 @@ test: assume ((foo) == "outer foo") [with local %locals %body, with local %locals do %body] all compile to: - %body_lua = (%body as lua statements) + %body_lua = (%body as lua) if %locals.type is: "Dict": %body_lua = (..) -- cgit v1.2.3