We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
all-word!
1 parent 98d66e5 commit db71836Copy full SHA for db71836
src/mezz/base-defs.reb
@@ -80,6 +80,9 @@ internal!: make typeset! [
80
end! unset! frame! handle!
81
]
82
83
+; refinement! and issue! are special words which cannot be set
84
+; all-word!: union any-word! make typeset! [refinement! issue!]
85
+
86
immediate!: make typeset! [
87
; Does not include internal datatypes
88
none! logic! scalar! date! any-word! datatype! typeset! event!
0 commit comments