Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
invalid-row-variable ( -- * )
Vocabulary
effects.parser
Definition
IN:
effects.parser
TUPLE:
invalid-row-variable
;
USING:
kernel
;
IN:
effects.parser
:
invalid-row-variable
( -- * )
\
invalid-row-variable
boa
throw
;
Methods
USING:
effects.parser
kernel
summary
;
M:
invalid-row-variable
summary
drop
"Stack effect row variables can only occur as the first input or output"
;