mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-14 05:14:28 -08:00
make decl_pair evaluatable to righthand value
This commit is contained in:
@@ -1078,7 +1078,7 @@ const eval_decl_pair = (s, scope, calls, context) => {
|
||||
|
||||
return {
|
||||
ok: true,
|
||||
node: {...s_evaled, result: {ok: true}},
|
||||
node: {...s_evaled, result: node.result},
|
||||
scope: {...scope_after_expr, ...next_scope},
|
||||
calls: next_calls,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user