We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9e110 commit aa227fcCopy full SHA for aa227fc
src/mezz/sys-load.reb
@@ -354,7 +354,7 @@ load: function [
354
header
355
empty? data
356
1 < length? data
357
- ][data: first data]
+ ][set/any 'data first data]
358
]
359
:data
360
src/tests/units/load-test.r3
@@ -103,6 +103,9 @@ Rebol [
103
e/near = "(line 4) 4line"
104
105
106
+ --test-- "loading an unset value"
107
+ --assert unset? try [load "#[unset]"] ;- no error
108
+
109
===end-group===
110
111
===start-group=== "find-script native"
0 commit comments