Skip to content

Commit

Permalink
CHANGE: restrict value? to word arguments only
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Aug 31, 2023
1 parent ba824b1 commit f4dd931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boot/natives.reb
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ invalid-utf?: native [

value?: native [
{Returns TRUE if the word has a value.}
value
value [word!]
]

to-value: native [
Expand Down

0 comments on commit f4dd931

Please sign in to comment.