Skip to content

Commit f4dd931

Browse files
committed
CHANGE: restrict value? to word arguments only
1 parent ba824b1 commit f4dd931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boot/natives.reb

+1-1
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ invalid-utf?: native [
595595

596596
value?: native [
597597
{Returns TRUE if the word has a value.}
598-
value
598+
value [word!]
599599
]
600600

601601
to-value: native [

0 commit comments

Comments
 (0)