We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
collect
1 parent 843fcc6 commit 0ae1baaCopy full SHA for 0ae1baa
src/boot/errors.reb
@@ -121,6 +121,8 @@ Script: [
121
parse-command: [{PARSE - command cannot be used as variable:} :arg1]
122
parse-series: [{PARSE - input must be a series:} :arg1]
123
parse-no-collect: {PARSE - KEEP is used without a wrapping COLLECT}
124
+ parse-into-bad: {PARSE - COLLECT INTO/AFTER expects a series! argument}
125
+ parse-into-type: {PARSE - COLLECT INTO/AFTER expects a series! of compatible datatype}
126
127
; bad-prompt: [{Error executing prompt block}]
128
; bad-port-action: [{Cannot use} :arg1 {on this type port}]
0 commit comments