aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/builtin.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/builtin.moon b/lib/builtin.moon
index 8e97271..0ae2bd5 100644
--- a/lib/builtin.moon
+++ b/lib/builtin.moon
@@ -43,7 +43,7 @@ updates all val-exprs."
name = (name\quote scope, @registry)\getc 'sym'
val = val_expr\eval scope, @registry
- scope\set name, val
+ scope\set name, Const.wrap_ref val
val
UpdateChildren values