diff options
Diffstat (limited to 'lux-lua')
-rw-r--r-- | lux-lua/source/program.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-lua/source/program.lux b/lux-lua/source/program.lux index b581ce7bd..40a076e27 100644 --- a/lux-lua/source/program.lux +++ b/lux-lua/source/program.lux @@ -543,7 +543,7 @@ _ (try.assume (run! ..rembulan_prelude))] [[state_context executor] (: (Host _.Expression _.Statement) - (structure + (implementation (def: (evaluate! context code) (run! (_.return code))) @@ -580,7 +580,7 @@ [] output))))))] (: (Host _.Expression _.Statement) - (structure + (implementation (def: (evaluate! context code) (run! (_.return code))) |