Skip to content

Commit db71836

Browse files
committed
all-word! typeset definition (not used)
1 parent 98d66e5 commit db71836

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/mezz/base-defs.reb

+3
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ internal!: make typeset! [
8080
end! unset! frame! handle!
8181
]
8282

83+
; refinement! and issue! are special words which cannot be set
84+
; all-word!: union any-word! make typeset! [refinement! issue!]
85+
8386
immediate!: make typeset! [
8487
; Does not include internal datatypes
8588
none! logic! scalar! date! any-word! datatype! typeset! event!

0 commit comments

Comments
 (0)