Handbook
Glossary
macro-effect ( word -- n )
Vocabulary
macros
.
expander
Inputs
word
an
object
Outputs
n
an
object
Definition
USING:
accessors
combinators.short-circuit
effects
sequences
words
;
IN:
macros.expander
:
macro-effect
( word -- n )
{
[
"transform-n"
word-prop
]
[
stack-effect
in>>
length
]
}
1||
;